If you are running tomcat straight out of the box, then the log messages
seem correct. By default the http connector listens on port 8080 unless you
modified the server.xml and changed the port (see <Connector..../> in
server.xml).
Trying telnet-ing to the port 8080 once you have started. See what ports
are open by typing "netstat -n".
RS





tlug <[EMAIL PROTECTED]> on 02/27/2002 03:21:08 PM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:

Subject:  tomcat waiting in linux

I am running
  Java 1.4 from sun for linux
 RedHat 7.2
 and TomCat 4.0.2 from the rpm file

I get the following message on my screen
Using CATALINA_BASE:   /var/tomcat4
Using CATALINA_HOME:   /var/tomcat4
Using CATALINA_TMPDIR: /var/tomcat4/temp
Using JAVA_HOME:       /usr/java/j2sdk1.4.0
Starting service Tomcat-Standalone
Apache Tomcat/4.0.2
Starting service Tomcat-Apache
Apache Tomcat/4.0.2


which looks wrong since I am trying to run it just Standalone.  Does it
come pre configured to run with apache?

I load up Konqueror and goto http://localhost:8080/ and
http://127.0.0.1:8080/ which comes back with "cannot connect to localhost
port 8080".  Tomcat should work fine with the above verisons right?

Thanks,
Robert

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>









--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to