The following line from your mail indicates that tomcat is listening:
tcp        0      0 0.0.0.0:8080            0.0.0.0:* LISTEN

To be really shure that this is tomcat do the following.
(As root)
lsof -i :8080

Witch that you get the pid of the program that listens on port 8080.
To find out more about that process: (Make the window big enough to 
see something from the command line)
ps p <pid>

Try with the hostname that is listed in the output of lsof the
following:

telnet <hostname> 80
GET / HTTP 1.0
<Return>
<Return>

This should hit tomcat and produce at least some log messages.

> -----Urspr�ngliche Nachricht-----
> Von: Steve [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 15. Januar 2002 04:49
> An: Tomcat Users List
> Betreff: Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone
> Mode
> 
> 
> 

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

Reply via email to