Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Tomcat problem
Lots of possibilities here, but it is likely an application issue. I
presume that it is using JSP's for the screen interface?
Is there any sort of persistence layer being used? Does the application start and stop threads? Does it use thread-safe methods or do its own synchronization?
Tomcat is essentially a JVM container. The Java application code has to support threading (using locks) or use thread-safe methods or it will crash.
Marc.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of LeRoy Kemnitz
Sent: Monday, August 15, 2005 1:51 PM
To: ryan_gaffuri_at_comcast.net
Cc: oracle-l_at_freelists.org
Subject: Re: Tomcat problem
I have 5 users clicking 'submit' at the same time. And this causes a heap dump. Tomcat hosts the App. I assume it is a threading problem or locked sessions causing the problem.
ryan_gaffuri_at_comcast.net wrote:
can you be a little more specific about what the problem is? Tomcat is just a webserver? What do you mean by threading? What is being threaded? Do you just mean the same webpage launched by multiple users?
> All -
>
> I realize this is an Oracle list but taking a shot in the dark that
> someone may be able to help me. I am having a problem with Tomcat and
-- LeRoy Kemnitz UW System Administration Database Administrator 780 Regent Street, #246 Madison, WI 53714 Phone: (608) 265 -5775 Fax: (608) 265 - 2090 -- http://www.freelists.org/webpage/oracle-lReceived on Mon Aug 15 2005 - 15:30:52 CDT