Are you running Tomcat on NT or unix/linux? -----Original Message----- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 10:05 AM To: Jakarta Commons Users List Subject: RE: [configuration] configuration breaks tomcat autodeploy
What classes in Configuration are you using? PropertiesConfiguration.java etc? Eric > -----Original Message----- > From: Steve Peterson [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 03, 2004 4:59 PM > To: Jakarta Commons Users List > Subject: Re: [configuration] configuration breaks tomcat autodeploy > > > To clarify my message, the only jar left after Tomcat undeploys my app is > the _configuration_ jar. > > At 08:50 AM 4/3/2004 -0600, you wrote: > > >I've just integrated the 0331 build of collections into my webapp and am > >running into a minor glitch. I deploy in Tomdat 5.0.18 with > >autodeploy. Prior to integrating collections I could do autodeploys by > >dropping a new war file into Tomcat's appBase. > > > >After integrating collections, and only if I invoke the collections api, > >autodeploy no longer works. Inspecting the deployment directory for my > >application, the only file left is the collections jar in > WEB-INF/lib, and > >java.exe that is running Tomcat looks like it still has the file > open. My > >hypothesis is that some file in the jar is being referenced and > not being > >closed. > > > >I tried expanding the jar into the WEB-INF/classes folder to > force the VM > >to read the file individually, but unfortunately the problem > doesn't occur > >in that deployment configuration. > > > >I'm out of ideas on how to run this down. I know I'll get complaints on > >Monday from the other developers on the project about autodeploy > breaking, > >so any help would be appreciated. > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
