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

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: Context starts

RE: Context starts twice

2006-03-29 Thread Dola Woolfe
%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: Context starts twice Hi, I'm sorry, can you give

Re: Context starts twice

2006-03-29 Thread Vivek Mohan
%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: Context starts twice Hi, I'm sorry, can you

Re: Context starts twice

2006-03-29 Thread Dola Woolfe
attribute. -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 1:48 PM To: Tomcat Users List Subject: Re: Context starts twice Hi, I'm sorry, can you give a couple examples with dir names? For example, I'm

Re: Context starts twice

2006-03-29 Thread Vivek Mohan
: Context starts twice 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

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