Activating the Proxy Server
To use the Proxy Server in the AppScan Presence, you must activate it, and configure the port.
About this task
Procedure
- Download the latest version of Node.js and install it on your machine.
-
In the root folder of the AppScan Presence, locate
config.properties
and open it with a text editor. -
To activate the Proxy Server, locate this line:
and change it to this:##proxyServerEnabled = false
proxyServerEnabled = true
-
To change the Proxy Server port, change this line:
to this:##proxyServerPort = 8383
proxyServerPort = [new port number]
Note: To have a random available port selected each time, setproxyServerPort = 0
-
If the site is available on the Internet, disable the Private Site Server by changing
this:
to this:##privateSiteServerEnabled = true
privateSiteServerEnabled = false
- If the presence was running while you made the configuration changes, you must terminate (Ctrl + C) for the changes to take effect.
- Start the Presence.