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:
- Official documentation for AIP Console: CAST AIP Console
- For Standalone Extension server, please see this page: Install and configure the offline Extend package
CAST Component Version
| Release | Yes/No |
|---|---|
| 1.8 | ✅ |
| 1.9 | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | N/A |
| Microsoft SQL Server | N/A |
| CSS3 | N/A |
| CSS2 | N/A |
Details
To configure the AIP Console to access the extension server,
Edit the file ‘runAipNode.bat’ which is located in
/AipNode/Tools. 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](https://doc.castsoftware.com/display/AIPCONSOLE/Install+and+configure+the+offline+Extend+package) )
**Notes/comments**
**Related Pages**