Installing on Linux

Top  Previous  Next

RPM Console Installation

 

To install using the RPM file perform the following steps as a user with root privileges.

 

1.Place the install.rpm file in a directory on the destination server.
 
2.Install. Run the following command from the directory containing the RPM file you placed on your server:    

 

rpm -iv install.rpm
 

3.Configure Administration Service.  Go to the /opt/jscape_reverseproxy_server directory and run the following command:

 

./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.        
 

4.Startup Administration Service.  From the /opt/jscape_reverseproxy_server directory run the following command:

 

./server start

 

 

ZIP Console Installation

 

1.Place the install.zip file in a directory on the destination server.
 
2.Install. Run the following command from the directory containing the ZIP file you placed on your server:

 

unzip install.zip
 

3.Configure Administration Service.  Go to the JSCAPE Reverse Proxy installation directory, located in the jscape_reverseproxy_server directory relative to where the unzip command was executed, and run the following command:

 

./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, where [ip address] and [port] are the IP/port that you want the 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.    

 

4. Startup JSCAPE Reverse Proxy Service.  From the JSCAPE Reverse Proxy installation directory run the following command:
 

./server start
 

 

See also

 

Launching JSCAPE Reverse Proxy Manager
Connection settings