Re: Undeploy does not delete all .jar files

2009-04-22 Thread JT
seemed ok. I just can't do it without stopping the service. JT On Wed, Apr 22, 2009 at 4:24 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: JT [mailto:jltoo...@gmail.com] > > Subject: Re: Undeploy does not delete all .jar files > > > >

RE: Undeploy does not delete all .jar files

2009-04-22 Thread Caldarale, Charles R
> From: JT [mailto:jltoo...@gmail.com] > Subject: Re: Undeploy does not delete all .jar files > > Not sure why I have the . I put that in over a > year ago and I was looking at docs and examples online > and since it seemed to work I didn't worry about it. It didn&

Re: Undeploy does not delete all .jar files

2009-04-22 Thread Hassan Schroeder
On Wed, Apr 22, 2009 at 12:58 PM, JT wrote: > My application context.xml file looks like this. > >     >           driverClassName=”oracle.jdbc.driver.OracleDriver” > url=”jdbc:oracle:thin:@.../> > I'm surprised Tomcat even starts with that -- Context elements can't be nested. Try: --

Re: Undeploy does not delete all .jar files

2009-04-22 Thread JT
; > Subject: Re: Undeploy does not delete all .jar files > > > > I am using a database and I think it's telling me > > to add my database connections inside of the > > context.xml file. > > That is correct. If the database is to be used by just a single webapp,

RE: Undeploy does not delete all .jar files

2009-04-22 Thread Caldarale, Charles R
> From: JT [mailto:jltoo...@gmail.com] > Subject: Re: Undeploy does not delete all .jar files > > I am using a database and I think it's telling me > to add my database connections inside of the > context.xml file. That is correct. If the database is to be used by ju

Re: Undeploy does not delete all .jar files

2009-04-22 Thread JT
. " wrote: > > From: JT [mailto:jltoo...@gmail.com] > > Subject: Re: Undeploy does not delete all .jar files > > > > I took everything out of my conf/context.xml file except for > > WatchedResource. This includes > > > > > directory="

RE: Undeploy does not delete all .jar files

2009-04-22 Thread Caldarale, Charles R
> From: JT [mailto:jltoo...@gmail.com] > Subject: Re: Undeploy does not delete all .jar files > > I took everything out of my conf/context.xml file except for > WatchedResource. This includes > > directory="logs" prefix="localhost_log." suffix=&q

Re: Undeploy does not delete all .jar files

2009-04-22 Thread JT
I took everything out of my conf/context.xml file except for WatchedResource. This includes I have the context.xml file in my webapps/xxx/WEB-INF/classes/META-INF I deleted the xxx directory under webapps, everything under the work directory, restarted tomcat, dropped

Re: Undeploy does not delete all .jar files

2009-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JT, On 4/21/2009 4:35 PM, JT wrote: > That didn't work either. This is what I did. > > I put back what I had in the conf/context.xml file. I still had the path > and docBase Yeah, that's still a problem. Here's what your conf/context.xml should lo

Re: Undeploy does not delete all .jar files

2009-04-21 Thread JT
ectory, but still it would not undeploy correctly. Thanks! On Tue, Apr 21, 2009 at 3:56 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: JT [mailto:jltoo...@gmail.com] > > Subject: Re: Undeploy does not delete all .jar files > > > > I added thi

RE: Undeploy does not delete all .jar files

2009-04-21 Thread Caldarale, Charles R
> From: JT [mailto:jltoo...@gmail.com] > Subject: Re: Undeploy does not delete all .jar files > > I added this inside of my conf/context.xml file. That was pointless - that pretty much corrupts everything. The conf/context.xml file is used *only* for specifying attributes that you

Re: Undeploy does not delete all .jar files

2009-04-21 Thread JT
; From: JT [mailto:jltoo...@gmail.com] > > Subject: Re: Undeploy does not delete all .jar files > > > > When I look under webapps I see that my exploded application > > directory is still there and if I look inside of the directory > > everything has been deleted except fo

RE: Undeploy does not delete all .jar files

2009-04-21 Thread Caldarale, Charles R
> From: JT [mailto:jltoo...@gmail.com] > Subject: Re: Undeploy does not delete all .jar files > > When I look under webapps I see that my exploded application > directory is still there and if I look inside of the directory > everything has been deleted except for 6 .jar files

Re: Undeploy does not delete all .jar files

2009-04-21 Thread JT
When I look under the properties for all the .jar files that are left it says that Everyone has Full Control, is that what you mean? On Tue, Apr 21, 2009 at 10:28 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > JT, > > On 4/21/2

Re: Undeploy does not delete all .jar files

2009-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JT, On 4/21/2009 8:46 AM, JT wrote: > I'm trying to undeploy my application in Tomcat without having to stop and > start the Tomcat service. In the manager I undeploy the application. When I > look under webapps I see that my exploded application dire

Re: Undeploy does not delete all .jar files

2009-04-21 Thread JT
> I'm trying to undeploy my application in Tomcat without having to stop and > start the Tomcat service. In the manager I undeploy the application. When I > look under webapps I see that my exploded application directory is still > there and if I look inside of the directory everything has been del