You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by oj <oj...@gmx.de> on 2007/05/25 08:44:00 UTC

where can I define if a webapp will startup or not

Hi,


I'm looking for the opportunity to enable or disable a webapp for startup. I
have an application which I can disable during the tomcat is running, and if
this happens I want that this state is persistent also for a tomcat restart,
but I do not know where I can define this.

I just found the load on startup tag in the web.xml but it seems that this
will be used for ordering the webapp start.

Thanks for your help
-- 
View this message in context: http://www.nabble.com/where-can-I-define-if-a-webapp-will-startup-or-not-tf3814492.html#a10797903
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: where can I define if a webapp will startup or not

Posted by "Raghupathy, Gurumoorthy" <Gu...@nielsen.com>.
Search google for webapp lifecycle listeners :) 
Reading spec also helps ... I know it is looooong but it helps ...
One of them which tells well is 

http://download-west.oracle.com/docs/cd/B32110_01/web.1013/b28959/listen
er.htm 


Reagards
Guru


-----Original Message-----
From: oj [mailto:ojay78@gmx.de] 
Sent: 25 May 2007 07:44
To: users@tomcat.apache.org
Subject: where can I define if a webapp will startup or not


Hi,


I'm looking for the opportunity to enable or disable a webapp for
startup. I
have an application which I can disable during the tomcat is running,
and if
this happens I want that this state is persistent also for a tomcat
restart,
but I do not know where I can define this.

I just found the load on startup tag in the web.xml but it seems that
this
will be used for ordering the webapp start.

Thanks for your help
-- 
View this message in context:
http://www.nabble.com/where-can-I-define-if-a-webapp-will-startup-or-not
-tf3814492.html#a10797903
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org