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

Purpose

This page provides information on how to configure the AIP Console to access the extension server.

For more information on the AIP Console, refer to:

CAST Component Version


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


Applicable RDBMS
RDBMS
Yes/No
Oracle Server N/A
Microsoft SQL ServerN/A 
CSS3N/A
CSS2N/A 
Details

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 )
Notes/comments


Related Pages