Results 1 to 4 of 4
I've installed Tomcat on RH9, and when i use the startup.sh i get:
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JAVA_HOME: /usr/java/j2sdk1.4.2_04
however, when i try to ...
- 05-11-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 10
Tomcat Problem
I've installed Tomcat on RH9, and when i use the startup.sh i get:
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JAVA_HOME: /usr/java/j2sdk1.4.2_04
however, when i try to connect to http:\\localhost:8080 , i get nothing.
i've also tried http:\\127.0.0.1:8080
the status bar of my browser (Mozilla) says connecting to local host, and just hangs there.
i've been told there may be a problem with the loopback connector, but i have no idea how to fix this (if that's even the problem)
- 05-11-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
can you post the output of:
Ta,Code:netstat -ant | grep LISTEN
Jason
- 05-11-2004 #3Just Joined!
- Join Date
- Apr 2004
- Posts
- 10
Code:tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:32769 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
- 05-13-2004 #4Linux User
- Join Date
- Jun 2003
- Location
- Calgary, AB CANADA
- Posts
- 496
NatoCrisis, I moved this original thread over here to the servers section and removed the new redundant one.
\"Everything should be made as simple as possible, but not simpler.\"
Albert Einstein


Reply With Quote
