Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
export variable-name statements at the top of the script:
export CATALINA_BASE=/opt/Tomcat/AppServer/tomcat
export CATALINA_HOME=/opt/Tomcat/AppServer/tomcat
export JAVA_OPTS="-server –Xmx1024M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC
-XX:ThreadStackSize=512 -Davaya.appserver.type=tomcatappserver"
export variable-name line on a separate line without line breaks. If you copy these lines from documentation, ensure that you remove the extra line break in the export JAVA_OPTS definition. Also, retype the hyphens to remove hidden characters.
export variable-name statements accordingly.
export CATALINA_BASE=/opt/Tomcat/AppServer/tomcat
export CATALINA_HOME=/opt/Tomcat/AppServer/tomcat
|
Change port number...
|
To port number...
|
|---|---|
|
8080
|
7080
|
|
8443
|
7443
|
|
8005
|
7005
|
|
8009
|
7009
|
<!--
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" />
-->
Tomcat service is running.