RE: Tomcat threads - waiting on monitor entry

2005-07-28 Thread Pugalia, Jai P \(JP\)
be the problem? Thanks a lot, JP -Original Message- From: Pugalia, Jai P (JP) Sent: Wednesday, July 27, 2005 6:48 PM To: Tomcat Users List Subject: Tomcat threads - waiting on monitor entry Hi, We have an web application running under Tomcat (5.0.28) on Red Hat Linux and uses Pos

Tomcat threads - waiting on monitor entry

2005-07-27 Thread Pugalia, Jai P \(JP\)
Hi, We have an web application running under Tomcat (5.0.28) on Red Hat Linux and uses Postgres database (8.0). For database connection pooling we use commons-dbcp (1.2.1) and commons-pool(1.2.1) After some time of high-usage, the web application stops responding. Dumping of the thread stack tr

RE: getting Tomcat 5.5 daemon/service to startup automatically on bootup?

2005-07-22 Thread Pugalia, Jai P \(JP\)
The following link has information on starting Tomcat as a service on Linux: http://www.spaceprogram.com/knowledge/2004/01/starting-tomcat-as-service -on-linux.html JP -Original Message- From: Ferindo Middleton Jr [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 4:13 PM To: tomca

Application doesn't respond at all

2005-07-21 Thread Pugalia, Jai P \(JP\)
Hi, I have a JSF web application deployed on Tomcat 5.0.28. Initially the application works normally and then it goes into a state where it stops responding to user requests from the browser. Once the application enters this state, even if a new browser window is launched, none of the application

RE: tomcat deploys context.xml as a directory

2004-08-18 Thread Pugalia, Jai P (JP)
will be in the next release. At the meantime, just copy the HostConfig.class (from bugzilla page) to server/classes/org/apache/catalina/startup. On 8/18/2004 4:42 PM, Pugalia, Jai P (JP) wrote: > Thanks for providing the information about the bug and the patch. > > Do we know when

RE: tomcat deploys context.xml as a directory

2004-08-18 Thread Pugalia, Jai P (JP)
] Sent: Wednesday, August 18, 2004 3:22 PM To: Tomcat Users List Subject: Re: tomcat deploys context.xml as a directory On 8/18/2004 3:16 PM, QM wrote: > On Wed, Aug 18, 2004 at 02:54:37PM -0700, Pugalia, Jai P (JP) wrote: > > For starters, I've changed the subject of your message

RE: wrong name bug

2004-08-18 Thread Pugalia, Jai P (JP)
I have an application war file which includes META-INF/context.xml. When I copy this war file into Tomcat webapps directory, Tomcat 5.0 tries to auto deploy the application. At this time, it should ideally create .xml under Catalina\\ directory. Instead it tries to create a directory with this na