Hi All,
Currently I am using Apache 2.044, Mod_jk2 and Tomcat4.1.24. Some time getting SocketException: Connection reset by peer: and getting Error Code 500 (Internal Server Exception). If I restart the Tomcat it works fine for some time.
Is migrating to WebLogic 8.1 will help?
Your responses will be greatly apreciated.
Regards,
Rama
-
Tomcat VS Weblogic (6 messages)
- Posted by: Rama Reddy Pottipati
- Posted on: April 09 2004 15:11 EDT
Threaded Messages (6)
- Tomcat VS Weblogic by Paul Strack on April 09 2004 18:52 EDT
- Tomcat VS Weblogic by Rama Reddy Pottipati on April 13 2004 16:37 EDT
- Tomcat VS Weblogic by Paul Strack on April 14 2004 02:11 EDT
- Tomcat VS Weblogic by Rama Reddy Pottipati on April 13 2004 16:37 EDT
- Tomcat VS Weblogic by xiang dong on April 14 2004 13:05 EDT
- Tomcat VS Weblogic by Rama Reddy Pottipati on April 14 2004 13:17 EDT
- Tomcat VS Weblogic by pratima gogineni on April 16 2004 16:55 EDT
-
Tomcat VS Weblogic[ Go to top ]
- Posted by: Paul Strack
- Posted on: April 09 2004 18:52 EDT
- in response to Rama Reddy Pottipati
Probably going to Weblogic will help.
I am a big fan of Tomcat, but it has issues, especially under load.
Before you make the switch, though, dig through your server logs and try to figure out what is really happenning. The problem could be because of an application bug, like a memory leak. In that case, switching to Weblogic won't fix the problem. -
Tomcat VS Weblogic[ Go to top ]
- Posted by: Rama Reddy Pottipati
- Posted on: April 13 2004 16:37 EDT
- in response to Paul Strack
Thank you very much for the reply.
Is there is good tool to test/find memory leak.
Thanks for your help.
Rama -
Tomcat VS Weblogic[ Go to top ]
- Posted by: Paul Strack
- Posted on: April 14 2004 02:11 EDT
- in response to Rama Reddy Pottipati
Is there is good tool to test/find memory leak.Thanks for your help.Rama
The simplest thing to do is to monitor memory usage using your OS. If the memory keeps going up, you have a leak somewhere.
To actually identify the leak, you probably need some profiling tool. I don't know of any open source tools in this area, so you may need to go with a commercial product. -
Tomcat VS Weblogic[ Go to top ]
- Posted by: xiang dong
- Posted on: April 14 2004 13:05 EDT
- in response to Rama Reddy Pottipati
You can check the log file of tomcat to see what happened. -
Tomcat VS Weblogic[ Go to top ]
- Posted by: Rama Reddy Pottipati
- Posted on: April 14 2004 13:17 EDT
- in response to xiang dong
Thank you very much for reply.
I have checked the tomcat log file. All it has is java.net.SocketException and every one says that, it is common with Tomcat when ever user clicks on stop or reload button.
Application works fine for month with out restarting tomcat. Some times I don't understand issues "while communicating to Apache" or "not responding to all user requsts".
Thanks and Regards,
Rama -
Tomcat VS Weblogic[ Go to top ]
- Posted by: pratima gogineni
- Posted on: April 16 2004 16:55 EDT
- in response to Rama Reddy Pottipati
Ive also seen that this happens when your application has images that it is trying to load. Though this error doesnt seem to effect application functionality.
Pratima