Hi,

I am writing an application where we need to edit the client's web.xml
file to provide a context path to  a servlet inside our jars.
Right now, I am only able to eidt the web.xml file when Tomcat is
shutdown, as
the file is locked when Tomcat is running. I assume Tomcat makes an internal
representation of this file in memory. Does anyone know which class is
responsible for this? More generally, I am looking for a way of
dynamically adding a servlet to a web application without having to
restart the server.
Is this possible?

Thanks

Ram


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

Reply via email to