Posted By:
Alan_Honczar
Posted On:
Thursday, August 1, 2002 04:13 PM
Hi, I am trying to start TomCat with a Connector to Apache. When I start TomCat, one JVM of my app is started, and when I start Apache, the Connector starts a second instance of the JVM. That is very bad. I am not finding any configuration to avoid this. my configuration is: port="8008" minProcessors="5" maxProcessors="75" enableLookups="true" appBase="webapps" acceptCount="10" debug="0"/> prefix="gtech_log." suffix=".txt" timestamp="true"/> directory="logs" prefix="localhost_access_l
More>>
Hi, I am trying to start TomCat with a Connector to Apache.
When I start TomCat, one JVM of my app is started, and when I start Apache, the Connector starts a second instance of the JVM. That is very bad. I am not finding any configuration to avoid this.
my configuration is:
port="8008" minProcessors="5" maxProcessors="75"
enableLookups="true" appBase="webapps"
acceptCount="10" debug="0"/>
prefix="gtech_log." suffix=".txt"
timestamp="true"/>
directory="logs" prefix="localhost_access_log." suffix=".txt"
pattern="common"/>
directory="logs" prefix="localhost_log." suffix=".txt"
timestamp="true"/>
TIA,
ALan
<<Less