RE: Tomcat cleaning up work folder by itself

2010-02-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:anan...@gmail.com] > Subject: Re: Tomcat cleaning up work folder by itself > > ClassLoader cl = Thread.currentThread().getContextClassLoader(); > java.net.URL url = cl.getResource("PasswordRules.properties"); > System.out.printl

Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
e under work folder being deleted. ) . Am i Close. ? Thanks, Anand On Mon, Feb 1, 2010 at 3:28 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Anand HS [mailto:anan...@gmail.com] > > Subject: Re: Tomcat cleaning up work folder by itself > > >

RE: Tomcat cleaning up work folder by itself

2010-02-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:anan...@gmail.com] > Subject: Re: Tomcat cleaning up work folder by itself > > My webapp ( abc-web ) is located outside the Tomcat. That's good, and I don't see anything amiss in your server.xml. I think we're back to how you reference these

Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
dar...@unisys.com> wrote: > > From: Anand HS [mailto:anan...@gmail.com] > > Subject: Re: Tomcat cleaning up work folder by itself > > > > My context is located under /conf/Catalina/ > > abc-web/ROOT.xml > > In which case the docBase attribute is not allowed, unless

RE: Tomcat cleaning up work folder by itself

2010-02-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:anan...@gmail.com] > Subject: Re: Tomcat cleaning up work folder by itself > > My context is located under /conf/Catalina/ > abc-web/ROOT.xml In which case the docBase attribute is not allowed, unless the webapp is located completely outside of the T

Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
On Mon, Feb 1, 2010 at 2:23 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Anand HS [mailto:anan...@gmail.com] > > Subject: Tomcat cleaning up work folder by itself > > > > 1. I have a exploded war file inside a folder abc-web and my > &g

RE: Tomcat cleaning up work folder by itself

2010-02-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:anan...@gmail.com] > Subject: Tomcat cleaning up work folder by itself > > 1. I have a exploded war file inside a folder abc-web and my > context.xml points to this folder as docBase. Where is your context.xml file located? The docBase attribute is normal

Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
Hi , I am facing a wierd problem that I would need help on. Here is my set up - 1. I have a exploded war file inside a folder abc-web and my context.xml points to this folder as docBase. 2. abc-web has abc-ejb.jar as a dependent library and this jar is at abc-web\WEB-INF\lib. 3. abc-ejb.jar has a