Installing on Solaris |
Top Previous Next |
ZIP Console Installation
To install using the ZIP file perform the following steps as a user with root privileges. If you plan on running JSCAPE Reverse Proxy as a non-root user under Solaris 10 or above, please consult the topic Auto-starting in Solaris 10 environments topic before continuing.
unzip install.zip
./config -host [ip address] -port [port] -password [password]
For example:
./config -host 200.12.19.201 -port 20080 -password secret
This will configure your JSCAPE Reverse Proxy Service, where [ip address] and [port] are the IP/port that you want the JSCAPE Reverse Proxy Service to listen on and [password] is the password you will use when connecting to the service. This service is what you will connect to using the JSCAPE Reverse Proxy Manager to manage your server.
./server start
See also
Launching JSCAPE Reverse Proxy Manager
|