Option | Description | Default value |
---|---|---|
-c <arg> | Configuration file name. A relative path is resolved from the isCOBOL’s bin directory | webclient/webclient.config in the isCOBOL SDK installation directory |
-d <arg> | Create a new temp folder for every intsance | false |
-h <arg> | Local interface address where the web server will listen | 0.0.0.0 |
-kp <arg> | Keystore password | |
-ks <arg> | Keystore file location for SSL configuration | |
-p <arg> | HTTP port where the web server will listen. If 0 HTTP is disabled. | 8080 |
-s <arg> | HTTPS port where the web server will listen.If 0 HTTP is disabled. | |
-t <arg> | The temp folder will be created for the Webswing server. A relative path is resolved from the isCOBOL’s bin directory | webclient/tmp in the isCOBOL SDK installation directory |
-tc <arg> | Clean the temp folder before WebClient start | true |
-tp <arg> | Truststore password | |
-ts <arg> | Truststore file location for SSL configuration | |
-id <arg> | Server id (visible in admin console) | |
-ctx <arg> | Context path where WebClient is deployed. | Random uuid |
-pf <arg> | Properties file name. A relative path is resolved from the isCOBOL’s bin directory | webclient/webclient.properties in the isCOBOL SDK installation directory |
webcclient -p 12345 -c C:\Develop\mywebclient.config |