
March 29th, 2002, 02:39 AM
|
 |
Modding: Oracle MsSQL Firebird
|
|
Join Date: Jun 2001
Location: Outside US
|
|
Are you shure you need two copies of tomcat? Can't you set the second instance to start and listen on another port with something like:
Quote:
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler" />
<Parameter name="port" value="9080" />
</Connector> |
in server.xml?
Anyway answers are on google.com or apache.org 
|