Tomcat diagnostic tools

2004-12-05 Thread wegorkie
Hi, I have a problem with my application which is running on Tomcat Struts. I am begginer so my question can maybe lame. My Tomcat is running on port 8080 and there I can see manager and my application sessions and so on. But from time to time the server stops reacting on HTTP requests. And I

Re: Tomcat diagnostic tools

2004-12-05 Thread Eric Rotick
You could use 'netstat -an' to see if there is a process listening on your chosen ports and 'tcpdump port ' to see the packets going to and from the port. You could also use ethereal to capture the packets and then use the 'follow TCP stream' option to see inside the packets. On 05 Dec 2004

Re: Tomcat diagnostic tools

2004-12-05 Thread sven morales
Hi, The Apache Axis project has a tcpmon tool that basically sits between your browser and Tomcat. It is nice in a sense that HTTP is nicely formatted. Its an applet based. I think most of the IDE's have similar tool integrated but like me who does not use an IDE, its adequate. This is just