00193688-04.pdf - 第67页
In st alla tio n an d Co nf igur at ion G uide SI P LACE E xpl ore r 3 I ns tal li ng SIP LAC E Ex plor er Edi tio n 12/200 5 EN 3. 4 Tomc at Confi gu rat ion 67 3.4. 2 Port Config uration af ter Changing T omcat Port Nu…

3 Installing SIPLACE Explorer Installation and Configuration Guide SIPLACE Explorer
3.4 Tomcat Configuration Edition 12/2005 EN
66
→ Enable the My network option and confirm with OK. You have now released the port for
Tomcat. This can be checked in the
Windows Firewall - Exceptions dialog box.
3
Fig. 3 - 55 Windows firewall - exceptions
→ Now release the port for SIPLACE Explorer V2.0. Proceed as described for Tomcat 5.5.

Installation and Configuration Guide SIPLACE Explorer 3 Installing SIPLACE Explorer
Edition 12/2005 EN 3.4 Tomcat Configuration
67
3.4.2 Port Configuration after Changing Tomcat Port Number
NOTE
By default, Tomcat is installed on port 8080. This means that your users will access your website
as follows: http://yourServerName:8080/yourWebsite. 3
The Tomcat port number needs to be changed (as described below) in the following cases: 3
– When the port is changed to generate a website e.g. via line configuration.
– If the default port number 8080 is already otherwise occupied and you do not want to
additionally use it for this purpose (access to the websites).
3
→ To change the port number, find the following lines in the file
<Tomcat-location>\conf\server.xml
→ and change 8080 to your choice of port number as shown below:
<!-- Define a non-SSL Coyote HTTP/1.1 connector on the port specified 3
during installation 3
--> 3
<Connector port="8080" maxThreads="150" minSpareThreads="25" maxSpare-
Threads="75" enableLookups="false" redirectPort="8443" accept-
Count="100" debug="0" connectionTimeout="20000"
disableUploadTimeout="true" /> 3
3
→ Change the specified port number 8080 (Connector port="8080") to the required port
number (
Connector port="YourPort"). For further information about the port number,
please contact your system administrator.
→ To make Tomcat your default web server, set the port number to 8080.
NOTE
The port number specified in this xml file needs to be added to the URL address each time you
generate a website: http://yourServerName:yourPort/yourWebsite. 3

3 Installing SIPLACE Explorer Installation and Configuration Guide SIPLACE Explorer
3.4 Tomcat Configuration Edition 12/2005 EN
68
3.4.3 Memory Extension for Tomcat
When generating reports, you may require more memory e.g. when multiple reports are generated
at the same time. To cope with these peak requirements, you will need to increase the Tomcat
memory.
3
→ Start the Tomcat Configuration Tool via the Programs → Apache Tomcat 5.5 → Configure
Tomcat
menu in Windows.
→ The Apache Tomcat Properties dialog box will open. Select the Java tab.
3
Fig. 3 - 56 Apache Tomcat Properties
→ In the Maximum memory pool field, enter the value 512 and confirm your entry with OK.
3
3