Is there a way to configure MWS internet access?
In IS you can set the HTTP Proxy port.
I want to use things like internet portlets in MWS but I need somewhere to set the proxy server details.
Is there a way to configure MWS internet access?
In IS you can set the HTTP Proxy port.
I want to use things like internet portlets in MWS but I need somewhere to set the proxy server details.
Actually I just found this - will try
"Command Line JVM Settings
The proxy settings are given to the JVM via command line arguments:
$ java -Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword javaClassToRun "
BTW:
Looks like you edit
webMethods7\MWS\server\default\bin\server.properties.bat
??