CAST Console - How to configure the AIP Console to access the extension Server when a proxy is installed?

This page provides information about configuring AIP Console to access the extension server.

 

 

Release
Yes/No
1.8 (tick)
1.9 (tick)

 

 

 

RDBMS
Yes/No
Oracle Server  N/A
Microsoft SQL Server N/A 
CSS3 N/A
CSS2 N/A 

 

 

To configure the AIP Console to access the extension server,

  1. Edit the file 'runAipNode.bat' which is located in <AIP installation folder>/AipNode/Tools.
  2. In the 'runAIPNode.bat' file, modify the line to be (adding the proxy information to this line):

    java -jar -Dhttp.proxyHost=host -Dhttp.proxyPort=port -Dhttp.proxyUser=username -Dhttp.proxyPassword=password -Xmx1024m -Xms256m "bin/aip-node-app.jar" –spring.config.location="data/aip-node-app.properties"

     

  3. If you still find the settings not working, then modify the line with below entry (making this https vs. http):

    java -jar -Dhttps.proxyHost=host -Dhttps.proxyPort=port -Dhttps.proxyUser=username -Dhttps.proxyPassword=password -Xmx1024m -Xms256m "bin/aip-node-app.jar" --spring.config.location="data/aip-node-app.properties"

     

  4. If the two above points do not help you to solve the issue, you can install the Standalone Extension Server (as above - please see the page -   Install and configure the offline Extend package )

 

 

Have more questions? Submit a request

Comments

Powered by Zendesk