Re: Two contexts initialized ...

2006-09-15 Thread Velja Radenkovic
Thanks, It is tom 5. And its OK now. Velja On 9/14/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Velja Radenkovic [mailto:[EMAIL PROTECTED] ] > Subject: Two contexts initialized ... > > I set the web application directory to be a ROOT > by creating dirname.xml > in the CATLINA_

RE: Two contexts initialized ...

2006-09-14 Thread Caldarale, Charles R
> From: Velja Radenkovic [mailto:[EMAIL PROTECTED] > Subject: Two contexts initialized ... > > I set the web application directory to be a ROOT > by creating dirname.xml > in the CATLINA_HOME/conf/Catalina/localhost > with content ' docBase="${catalina.home}/webapps/dirname" > debug="0"/>' ...

Re: Two contexts initialized ...

2006-09-14 Thread David Smith
Two solutions: 1. Rename dirname to ROOT (recommended) 2. Move dirname out of webapps. Essentially the webapp is being deployed once because of the ROOT.xml file and once because of it's presence in webapps with a name other than ROOT. --David Velja Radenkovic wrote: Hello I set the web