Re: when web.xml changes webapp does not reload if not in webapps (only TC 5.5.9!!)

2005-06-04 Thread charly

I do not mean manually reloading using the manager webinterface.
I mean automatically reloading when (e.g. class or web.xml) files are changed.
The manager webapp is only an example webapp which is not located in the 
%catalina_base%/webapps folder. 


I have tried with TC 5.0.30 right now. TC 5.0.30 operates as I expected.
The manager webapp reloads when I modify web.xml.
It seems to be bug (or feature) with 5.5.9.
Can a TC developer say something about this?

Regards Karl-Heinz

- Original Message - 
From: Anto Paul [EMAIL PROTECTED]

To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Friday, June 03, 2005 6:33 AM
Subject: Re: when web.xml changes webapp does not reload if not in webapps ..


On 6/3/05, charly [EMAIL PROTECTED] wrote:


For example if I change web.xml of manager the manager webapp will not
automatically reload.


I think you cannot start,stop or reload the manager application. If
you look at the localhost/manager/html you can see that there is no
link to do that.

--
rgds
Anto Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



when web.xml changes webapp does not reload if not in webapps

2005-06-02 Thread charly

Hello,

How should I configure a webapp which is not located  in 
${catalina.base}/webapps/  that it will reload when I change its web.xml.
For example if I change web.xml of manager the manager webapp will not 
automatically reload.


Adding WatchedResourceWEB-INF/web.xml/WatchedResource  to
${catalina.base}/conf/catalina/localhost/manager.xml  does not make a visible 
difference:


Context docBase=${catalina.home}/server/webapps/manager
privileged=true antiResourceLocking=false antiJARLocking=false

 !-- Link to the user database we will get roles from --
 ResourceLink name=users global=UserDatabase
   type=org.apache.catalina.UserDatabase/
WatchedResourceWEB-INF/web.xml/WatchedResource
/Context

Does anyone know how to configure this?
For what is WatchedResource used for, if not for this?
Any ideas?

Regards Karl-Heinz 







___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



when web.xml changes webapp does not reload if not in webapps ..

2005-06-02 Thread charly

Hello,

Sorry I forgot something.

How should I configure a webapp which is not located  in
${catalina.base}/webapps/  that it will reload when I change its web.xml.
For example if I change web.xml of manager the manager webapp will not
automatically reload.

Adding WatchedResourceWEB-INF/web.xml/WatchedResource  or 
reloadable=true to

${catalina.base}/conf/catalina/localhost/manager.xml  does not make a visible
difference:

Context docBase=${catalina.home}/server/webapps/manager
privileged=true antiResourceLocking=false antiJARLocking=false 
reloadable=true


 !-- Link to the user database we will get roles from --
 ResourceLink name=users global=UserDatabase
   type=org.apache.catalina.UserDatabase/
WatchedResourceWEB-INF/web.xml/WatchedResource
/Context

Does anyone know how to configure this?
For what is WatchedResource used for, if not for this?
Any ideas?

Regards Karl-Heinz






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: when web.xml changes webapp does not reload if not in webapps ..

2005-06-02 Thread Anto Paul
On 6/3/05, charly [EMAIL PROTECTED] wrote:

 For example if I change web.xml of manager the manager webapp will not
 automatically reload.

I think you cannot start,stop or reload the manager application. If
you look at the localhost/manager/html you can see that there is no
link to do that.

-- 
rgds
Anto Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]