Re: java processes after tomcat exits

2003-02-05 Thread Sven Koehler
Are you on Linux? Do you have LD_KERNEL_ASSUME=2.2.5 set? Do i need this for JDK1.4? i thought it's only needed for JDK1.3 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: java processes after tomcat exits

2003-02-04 Thread Ralph Einfeldt
Which vm do you use? For IBM and Sun you can call 'kill -QUIT pid' to get the stacktraces of the threads. You can find the output in catalina.out. That might give you an idea what's causing these behaviour. -Original Message- From: Sven Köhler [mailto:[EMAIL PROTECTED]]

Re: java processes after tomcat exits

2003-02-03 Thread Oscar Carrillo
Do you use any connectors? Does it have to timeout on anything, like a database connection? It's common for it take 3 to 10 seconds it seems for normal shutdown. Are you on Linux? Do you have LD_KERNEL_ASSUME=2.2.5 set? Oscar On Tue, 4 Feb 2003, [UTF-8] Sven Köhler wrote: hi, if i stop