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

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

Re: Two contexts initialized ...

2006-09-14 Thread David Smith
t the web application directory to be a ROOT by creating dirname.xml in the CATLINA_HOME/conf/Catalina/localhost with content '' ... My problem is that there are two contexts initialized now and contextInitialized of my listener is called twice for each context once (which is perfectly norm

Two contexts initialized ...

2006-09-14 Thread Velja Radenkovic
Hello I set the web application directory to be a ROOT by creating dirname.xml in the CATLINA_HOME/conf/Catalina/localhost with content '' ... My problem is that there are two contexts initialized now and contextInitialized of my listener is called twice for each context once