Please be aware that there is newer version of documentation available for Webswing. Documentation 24.2
How to retrieve the client's IP address
Expected Behavior
Client IP address is needed during the application startup process or during the application execution.
Solution
Webswing provides client IP address as a variable in the configuration page.
The {clientIp}
variable can be forwarded to application as a JVM system property or Main class startup argument.
For more information about variables see Variables.