Hi everyone
I am running Tomcat 4.1 on Debian 3.1 (at least i am trying to). According to the server.xml file the port to access tomcat should be 8180:
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8180 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8180" minProcessors="5" maxProcessors="75"
enableLookups="true" acceptCount="10" debug="0"
connectionTimeout="20000" useURIValidationHack="false" />
But even when i enter the adress like i can't access the tomcat index.jsp, because i get a server timeout. In the tomcat directory (under /usr/share/tomcat4) there is a symbolic link to another webapps-directory on another partition:
webapps -> /var/lib/tomcat4/webapps
I am more than thankful for any advice, hint, suggestion whatever...
I am running Tomcat 4.1 on Debian 3.1 (at least i am trying to). According to the server.xml file the port to access tomcat should be 8180:
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8180 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8180" minProcessors="5" maxProcessors="75"
enableLookups="true" acceptCount="10" debug="0"
connectionTimeout="20000" useURIValidationHack="false" />
But even when i enter the adress like i can't access the tomcat index.jsp, because i get a server timeout. In the tomcat directory (under /usr/share/tomcat4) there is a symbolic link to another webapps-directory on another partition:
webapps -> /var/lib/tomcat4/webapps
I am more than thankful for any advice, hint, suggestion whatever...