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 Context path=/xxx docBase=xxx debug=1 reloadable=true / Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log. suffix=.txt timestamp=true/

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 Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log. suffix

Re: Undeploy does not delete all .jar files

2009-04-22 Thread JT
? Nothing has changed with the new version of Tomcat. JT On Wed, Apr 22, 2009 at 10:33 AM, Caldarale, Charles R chuck.caldar...@unisys.com 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

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 just a single webapp, the Resource

Re: Undeploy does not delete all .jar files

2009-04-22 Thread JT
=”oracle.jdbc.driver.OracleDriver” url=”jdbc:oracle:thin:@.../ /Context On Wed, Apr 22, 2009 at 3:25 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 am using a database and I think it's telling me

Re: Undeploy does not delete all .jar files

2009-04-22 Thread Hassan Schroeder
On Wed, Apr 22, 2009 at 12:58 PM, JT jltoo...@gmail.com wrote: My application context.xml file looks like this. Context    Context antiJARLocking=true  antiResourceLocking=true/    Resource name=jdbc/xxx” auth=Container type=javax.sql.DataSource      

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 Logger. 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't work - it didn't do

Re: Undeploy does not delete all .jar files

2009-04-22 Thread JT
chuck.caldar...@unisys.com wrote: From: JT [mailto:jltoo...@gmail.com] Subject: Re: Undeploy does not delete all .jar files Not sure why I have the Logger. 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

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 deleted

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

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

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/2009

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 You appear

Re: Undeploy does not delete all .jar files

2009-04-21 Thread JT
, Caldarale, Charles R chuck.caldar...@unisys.com wrote: 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

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 want common

Re: Undeploy does not delete all .jar files

2009-04-21 Thread JT
and that created a new directory, 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 this inside of my conf

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 look