How do I change Pro Web’s Server Address (UNIX platforms)?
Category
Configuration
Product Line
World, V4/DataWorld, V5
Product
Pro Web
Implementation
Web API
O/S
UNIX
Version
5.x, 4.x, 4.5, 4.51, 4.50
Summary
This document discusses how to change the Pro Web Server Address on UNIX platforms.
Solution
When you run the server, it will attempt to listen for incoming connections from clients. To configure or change the server address, follow these steps:
1. Edit the ServerAddress INI setting in qawserve.ini. It should read “ServerAddress=QATCPIP:{Server Address}:{Port}”.
2. Edit the ServerWSDLUrn INI setting in qawserve.ini. It should read “ServerWSDLUrn=http://{Server Address}:{Port}”. The server address must be an absolute address.
3. If you are using the JSP integration pages, you should uncompress the proweb.war file, extract the web.xml file from it and edit the server address contained in it.
If you are using the PHP integration pages, you must locate the constants.inc file (which will be in the same location as the web server) and edit the server address contained in it.