Re: Context starts twice

2006-03-29 Thread Vivek Mohan
lt;[EMAIL PROTECTED]> wrote: > > > > > > > Appbase is an attribute defined in your > > > > %tomcat_home%/conf/server.xml file. > > > > It should be a "sub-attribute" under your HOSTS > > > > attribute. > > > > > &

Re: Context starts twice

2006-03-29 Thread Dola Woolfe
> > --- "Farrow, Marc" <[EMAIL PROTECTED]> wrote: > > > > > Appbase is an attribute defined in your > > > %tomcat_home%/conf/server.xml file. > > > It should be a "sub-attribute" under your HOSTS > > > attribute. > > >

Re: Context starts twice

2006-03-29 Thread Vivek Mohan
arrow, Marc" <[EMAIL PROTECTED]> wrote: > > > Appbase is an attribute defined in your > > %tomcat_home%/conf/server.xml file. > > It should be a "sub-attribute" under your HOSTS > > attribute. > > > > > > -Original Message----- > &g

RE: Context starts twice

2006-03-29 Thread Dola Woolfe
te: > Appbase is an attribute defined in your > %tomcat_home%/conf/server.xml file. > It should be a "sub-attribute" under your HOSTS > attribute. > > > -Original Message- > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 29, 20

RE: Context starts twice

2006-03-29 Thread Farrow, Marc
Appbase is an attribute defined in your %tomcat_home%/conf/server.xml file. It should be a "sub-attribute" under your HOSTS attribute. -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 1:48 PM To: Tomcat Users List Subject: Re: Cont

Re: Context starts twice

2006-03-29 Thread Dola Woolfe
Hi, I'm sorry, can you give a couple examples with dir names? For example, I'm not sure what appbase is. Thanks! Dola --- Vivek Mohan <[EMAIL PROTECTED]> wrote: > This can happen if you have a separate context path > configured for > your webapp and its present in your appbase. If > thats the

Re: Context starts twice

2006-03-28 Thread Vivek Mohan
This can happen if you have a separate context path configured for your webapp and its present in your appbase. If thats the case, then Tomcat will try to load the webapp twice, once for the different context path and once for the presence of the war or folder in appbase. This is a known feature(or

RE: Context starts twice

2006-03-27 Thread Dola Woolfe
It's Tomcat 5.5.15 Yes init runs twice. I deploy in a non-professional way: 1. compile .java with ant, jar my classes and put the jar under WEB-INF/lib, and compile jsp's into WEB-INF/classes/org/... So I don't think I have a .war anywhere. The one change is that I just created a Tomcat Project

RE: Context starts twice

2006-03-27 Thread Asensio, Rodrigo
Dola, this a production enviroment ? Or a IDE enviroment ? Why you said that is running twice ? Its calling twice to the init ??? regards -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 3:42 PM To: Tom Cat Subject: Context starts twice Hi,

Re: Context starts twice

2006-03-27 Thread Jean-Philippe Boily
Hi, What version of Tomcat are you using ? Maybe your war is under your appbaseif it so, it may starts your context once with the context.xml file and once with the WAR Good luck ! Jean-Philippe Boily On 3/27/06, Dola Woolfe <[EMAIL PROTECTED]> wrote: > Hi, > > I don't know what I di