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