Is there a mechanism to dynamically configuring Tomcat? Specifically, I am interested in being able to dynamically change the subdomains and servlet mappings Tomcat would respond to. I've been looking thru the Tomcat API and, while it appears this might to be possible, I have been unable to find any real code examples. If it is possible, can someone point me to some code examples or at least in the right direction?
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
Using the Management app you can undeploy an application, change the web.xml (with a text editor or whatever), and redeploy it to use the new values.
You might also want to look at the Administrator application. It doesn't ship with the more recent versions and I'm not sure if it's even supported any more but I know it does allow you to create, and configure things like data sources, and users while Tomcat is running.
The source to this application might get you off to a good start.
You can download the Administrator application for Tomcat 5.5 from here: http://tomcat.apache.org/download-55.cgi [ June 28, 2008: Message edited by: Ben Souther ]