[ http://issues.apache.org/jira/browse/CACTUS-207?page=comments#action_63727 ] Gili commented on CACTUS-207: -----------------------------
Hi Vincent, You need a customized server.xml because each instance of Tomcat requires a different "Server" port. Here is a sniplet from the top of my server.xml file. <Server port="8005" shutdown="SHUTDOWN"> Unforunately, isn't something that is configurable from Cactus' ant task. As for docBase, if specified, it results in the problem specified here: http://marc.theaimsgroup.com/?l=tomcat-user&m=110295537707269&w=2 Basically Tomcat will give you a bogus error about not being able to find webapps/ROOT. > Discuss deploying 2nd Tomcat instance in tutorial > ------------------------------------------------- > > Key: CACTUS-207 > URL: http://issues.apache.org/jira/browse/CACTUS-207 > Project: Cactus > Type: Improvement > Components: Documentation > Versions: 1.7 > Reporter: Gili > > The tutorial URL is: > http://jakarta.apache.org/cactus/integration/howto_tomcat.html > The problem is that when one must deploy a 2nd instance of Tomcat on the same > computer (because one already exists) for Cactus, one must use a customize > server.xml instead of using the built-in one. First, the documentation should > discuss this (it isn't obvious). > Secondly, please warn the user that his META-INF/context.xml must not contain > a "docBase" attribute or he'll get deployment problems. All of this stuff > isn't obvious and there isn't much that can be found on Google to help > newbies out. We should really document all of this. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]