Re: After changing web.xml

2003-03-05 Thread Kwok Peng Tuck
Use the manager app, there you can start ,stop and reload individual apps.

Xiongfei Wang wrote:

After changing web.xml, do I have to restart tomcat to let it take effect?
if not, what is the best way to let the changes take effect?
Thanks 

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



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


RE: After changing web.xml

2003-03-04 Thread Nicholas Orr
You have to reload the "context" 
so http://localhost:8080/manager/reload?path=/myContext
And your changes will take effect.

You may be able to setup some special attributes on your context in
"server.xml" but I'm not sure about these

Nicholas Orr

-Original Message-
From: Xiongfei Wang [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 5 March 2003 1:03 PM
To: Tomcat Users List
Subject: After changing web.xml


After changing web.xml, do I have to restart tomcat to let it take effect?
if not, what is the best way to let the changes take effect? Thanks 


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


**
The information contained in this e-mail is confidential and is
intended only for the use of the addressee(s).
If you receive this e-mail in error, any use, distribution or
copying of this e-mail is not permitted. You are requested to
forward unwanted e-mail and address any problems to the
MIM Holdings Limited Support Centre.
For general enquires:   ++61 7 3833 8000
Support Centre e-mail:  [EMAIL PROTECTED]
Support Centre phone:   Australia 1800500646
International ++61 7 38338042
**


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



RE: After changing web.xml

2003-03-04 Thread Filip Hanik
answer: yes and no, depending on how you decide to do it
two ways
1. restart tomcat
2. redeploy your app (look at the docs on how you redeploy)

Filip

-Original Message-
From: Xiongfei Wang [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 7:03 PM
To: Tomcat Users List
Subject: After changing web.xml


After changing web.xml, do I have to restart tomcat to let it take effect?
if not, what is the best way to let the changes take effect?
Thanks 


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


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