RE: Apache 1.3 not loading Mod_Jk.so

2004-07-18 Thread Ivan Pechorin
[EMAIL PROTECTED] wrote: > Yes. I moved mod_jk.so to that directory and it said mod_jk.so compiled > correctly. Why do you think that mod_jk.so was compiled correctly? I suppose that these strings indicate the opposite: > ld: 0711-244 ERROR: No csects or exported symbols have been saved. > >

servlet context scope variables

2004-07-18 Thread Vladimer Shioshvili
I know this question is more of a servlet spec question, but I hope someone has an answer.. if i have an object in the servlet context scope, if tomcat is shutdown gracefully would the object get finalized? thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7

Re: servlet context scope variables

2004-07-18 Thread QM
On Sun, Jul 18, 2004 at 06:22:37PM -0400, Vladimer Shioshvili wrote: : if i have an object in the servlet context scope, if tomcat is shutdown : gracefully would the object get finalized? Likely, no: finalization happens only on GC, which happens... well, pretty much when the JVM wants it to. The

RE: servlet context scope variables

2004-07-18 Thread Caldarale, Charles R
> From: QM [mailto:[EMAIL PROTECTED] > Subject: Re: servlet context scope variables > > Likely, no: finalization happens only on GC, which happens... well, > pretty much when the JVM wants it to. There is also the deprecated java.lang.System static method runFinalizersOnExit(), which is supposed

RE: servlet context scope variables

2004-07-18 Thread Ariel Valentin
Vladimer, All objects are available for garbage collection because the container releases the references once it is shutdown (gracefully or not) but at what point the JVM calls finalize() and runs garbage collection on the objects depends on the JVM implementation. To take it one step further, I

RE: File.mkdirs() don't work if started with jsvc

2004-07-18 Thread Ralph Einfeldt
Was /tmp/test created ? If yes, which rights are set in this directory ? > -Original Message- > From: Horacio de Oro [mailto:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 8:21 PM > To: Tomcat Users List > Subject: Re: File.mkdirs() don't work if started with jsvc > > > > fileName =