Changeset 772 for trunk/docs
- Timestamp:
- Jun 11, 2016, 11:48:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/kernel/configuration.rst
r752 r772 158 158 ............................... 159 159 160 The ``lenv`` can be used to store runtime informations automatically161 set by ZOO-Kernel before and during the execution of a WPS service, 162 with the followingparameters:160 The ``lenv`` section is used by the ZOO-Kernel to store runtime informations 161 before the execution of a WPS service, it contains the following 162 parameters: 163 163 164 164 * ``sid`` (r): The WPS Service unique identifier, … … 169 169 * ``cookie`` (rw): The cookie to be returned to the client (for 170 170 example for authentication purpose). 171 * ``file.pid`` (r): The file used by the ZOO-Kernel to store process identifier. 172 * ``file.sid`` (r): The file used by the ZOO-Kernel to store service identifier. 173 * ``file.responseInit`` (r): The file used by the ZOO-Kernel to store 174 the initial (then final) WPS response. 175 * ``file.responseFinal`` (r): The file used by the ZOO-Kernel to 176 temporary store the final WPS response. 177 178 renv section 179 ............................... 180 181 The ``renv`` section is automatically created by the ZOO-Kernel before 182 the execution of a WPS service, it contains all the environment 183 variables available at runtime (so including the header fields in case 184 it is used through http, refer to [https://tools.ietf.org/html/rfc3875 185 rfc3875] for more details). 186 171 187 172 188 senv section
Note: See TracChangeset
for help on using the changeset viewer.