RAD-Series 7.1 Getting Started Guide
Interlink Networks, Inc.
Page 10
Changing the Server Manager Port
If you can’t use the default port of 8080 for Server Manager:
1
In a text editor, open the file
server.xml
(in
/opt/tomcat/conf
by default).
2
Locate the following lines:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
3
Change “8080” to the port you wish to use.
4
Save and close
server.xml.
5
Stop and restart Server Manager.
Stopping Server Manager
To stop the Server Manager program:
1
Change directory to
/
Server Manager directory
/bin
.
2
Run
shutdown.sh.
Starting Remote Control
On each machine where you’ve installed Remote Control:
1
Change directory to
/
Remote Control directory
.
2
Run
rmistart.sh.
Accessing Server Manager
Once the Server Manager program is started, to access the graphical user interface:
1
Open your browser and enter the URL
http://
IP-address
:
Port
/aaa
where:
•
IP-address
is the IP for the machine that hosts the Server Manager program.
•
Port
is the port number assigned to Server Manager. Default is 8080.
2
Enter the Server Manager administrator user name and password you choose at installation.