You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Srinivasarao Salla <Sr...@Sierraatlantic.com> on 2004/09/23 10:59:02 UTC

Tomcat Hanging up !!!

Hi All,

	We have integrated two servers the first one is IBM_HTTP_SERVER and
Tomcat 3.2.1.
	Here the IBM server acts the web server and Tomcat as the container
for the Servlet and JSP.
	We could integrate both using the mod_jk connecter and deployed our
application.
	The problem is Tomcat is hanging up and when we try to restart the
Tomcat server it is not getting restarted.
	We had to restart the machine itself once again. Is there any
solution for rectifying this problem. 
	That too the tomcat server is not hanging up immediately Its hanging
after few hours after successfully running the application
	We are not getting any error messages like out of memory or Stack
overflow 
	Can any one suggest a suitable way to get out of this. 

	We are using the following configuratios.

	Our Server Machine is Windows 2000 server
	we have installed JDK 1.3.1_13 on our machine 
	IBM_HTTP_SERVER as mentioned previously
	Tomcat 3.2.1 Container

	Thanks in Advance.
	

Regards,
Srinivas.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


AW: Tomcat Hanging up !!!

Posted by Steffen Heil <li...@steffen-heil.de>.
Hi

Come on, Tomcat 3.2.1??? This is way tooo old.
JDK 1.3.1_13? The same!
IBM_HTTP_SERVER? predecessor of Apache httpd? Again.

Remove them altogether!
Install jdk1.4.2_05 and tomcat 5.0.28.
No neither use httpd NOR mod_jk.

You will be fine and happy with this.

I doublt, you will find someone to assist you with that old version of
tomcat.
Additionally, you propably won't find current mod_jk versions, which are
tested against that version.

Even in the 3.x branch, 3.3.2 is current!

Regards,
   Steffen