David Smith wrote:
Sounds like you want to setup multiple TC instances. Try using
CATALINA_BASE. See this message for more info:
http://www.mail-archive.com/[email protected]/msg151971.html
Thanks, this is what I was looking for.
--David
Marius
Marius Scurtescu wrote:
Mark wrote:
Then in that case, I would make the context writable to all
developers, and also make the context reloadable. By making the
context reloadable, tomcat will reload any classes/jars that are
placed into/or updated in the context.
A couple tips would be:
1. If you are building classes into the context/WEB-INF directory, do
not perform a "clean" operation, as this could throw tomcat off.
2. I would recommend building jar files, and then place a copy of the
jar file into the context.
Thanks Mark. This is what I do know (more or less). I was wondering if
it is possible to install Tomcat to a common location and then run
separate instances (separate server.xml files) with totally separate
web apps.
You can always install the whole Tomcat in separate folders (for each
user) I guess.
Marius
On 5/26/05, Marius Scurtescu <[EMAIL PROTECTED]> wrote:
Mark wrote:
Is this for a development environment ?
Yes, for development.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]