what is the minimum file configuration required to run multiple Tomcat
instances?
conceptually, i shouldn't need an ENTIRE Tomcat file installation in my
second
(third, fourth, whatever) directory;   Tomcat should only require a small
amount of
customizing  in the target directory(s).

for example, the secondary <conf> directory should only require a modified
<server.xml> file.  that way, when Tomcat is starting up and it detects that
CATALINA_BASE is defined, the program should know to gather it's
instance configuration information from the "second" server.xml file instead
of the primary one.

or, are there a whole bunch of files that would need to be brought over and
modified?  if that's the case then that would be a violation of good design
practice.
philosophically, all the "localized" stuff should be in a single file.

sorry to sound so academic-lite about the subject.

 - ken h.




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

Reply via email to