Hi,

I'm hoping I'm posting to the right place since I'm in a bit of troubles. So
here is the problem. I've downloaded latest Tomcat (4.1.30) and installed it
on Mandrake Linux 9.2 to run under JDK 1.4 (1.4.2_04-b05). It runs nicely;
starts fine; loads my hosts; starts applications; connects to mysql to
create a pool; everthings seems to be working fine. Then I've installed
mod_jk onto apache 1.39 and connected it to tomcat via ajp13. It runs fine;
everything is ok and working. The problem is when I'm trying to shutdown the
tomcat. I run bin/shutdown.sh; it sends the command I guess and quits. But
the Tomcat doesn't quit. I do `ps -ef` and the processes are still there.
I'm trying to access it and it doesn't work, neither through mod_jk (which
hangs at this point) nor directly. The only way is to kill the process via
`kill -9 pid` and even that doesn't always work. At first I thought that was
the only problem; but it seems to me that now it is deeper than that.
Recently I was getting problems with connection pool. I was getting wierd
exception: javax.servlet.jsp.JspException: Cannot get a connection, pool
exhausted, cause: Timeout waiting for idle object

At this point I'm lost. There is an exactly the same setup on different
mashine which works just fine.

Any help would be greatly appreciated since this is going to be a production
problem soon.

 Here are the specs:
     Mandrake Linux 9.2 with hyperthreading enabled
     mySQL 4.0.15
     tomcat 4.1.30
     JVM 1.4.2_04-b05
     mod_jk
     apache 1.39

 thanx in advance

 daniil



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to