Hello,
 I'm trying to set up Tomcat 5.5 so that a single instance/machine
can run several unrelated vhosts.  I'm trying to make the
implementation as dynamic as possible; ie requiring as few
restarts/reloads and core config changes as I can get away with.  I'm
having trouble determining a good implementation from the docs.  These
are a couple of the things I'm hoping to accomplish, but I don't know
if they're possible:

- Dynamically load a vhost config:  I know Tomcat monitors certain
directories and .xml files for changes and reloads them.  Is it
possible to do this with Host directives?  So say I need to add a new
vhost, can I drop new.vhost.name.xml in a directory and have Tomcat
load the new Host?

- Include external xml files:  In apache you can do a simple include
conf.d/* so you can simply create new config files and pull them in
instantly on reload.  Is there a way to do this with Tomcat?  Say I
create a new Host entry.  Rather than editing server.xml, can I tell
server.xml to include a directory and just pull Host entries out of
files there?

Thanks!

---------------------------------------------------------------------
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