Trace: • User-Defined Session Manager and Object Provider • Password Policy Integration • Create an Anonymous Connection • REST API Filter • Database Connection via JNDI • Menu Configuration (Multiuser)
Differences
This shows you the differences between two versions of the page.
applications:server_envinfo [2018/02/06 22:18] admin created |
applications:server_envinfo [2020/07/01 16:37] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Getting environment information on server-side~~ | + | ~~Title: Getting Environment Information on Server Side~~ |
- | If you want to know the launch environment of your client on server-side, simply use LifeCycleUtil to get the information. The information is stored as connection property of Master and SubConnections. | + | If you want to know the launch environment of your client on server side, simply use LifeCycleUtil to get the information. The information is stored as connection property of master and subconnections. |
Simply call: | Simply call: | ||
Line 10: | Line 10: | ||
</file> | </file> | ||
- | or, e.g. | + | or, e.g., |
<file java> | <file java> |