> 
> I have one other question: If Tomcat shouts down for some cause, how can I know it?

I think the best method is (on linux systems)

# netstat -a -n | grep LISTEN

if tomcat work ok, you'll get:
tcp        0      0 0.0.0.0:8001            0.0.0.0:* 
LISTEN
tcp        0      0 127.0.0.1:8005          0.0.0.0:* 
LISTEN
tcp        0      0 0.0.0.0:8008            0.0.0.0:* 
LISTEN
tcp        0      0 0.0.0.0:8009            0.0.0.0:* 
LISTEN
tcp        0      0 0.0.0.0:8010            0.0.0.0:* 
LISTEN

if not, Tomcat broke.


regards





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to