I forgot to mention, this is on WinXP
----- Original Message -----
From: "Phil Adams" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 29, 2004 5:37 PM
Subject: ALL-NEW running tomcat5 in-process
OKAY!
I have figured it out!
I have managed to get Apache2 to start Tomcat5 with mod_jk2.
AND... it sends requests to Tomcat thru 'JNI'
apparently the whole thing is actually AJP1.3 over Coyote which
uses the CoyoteHandler which in turn calls the JKHandler.
the following is the only connector entry in my server.xml.
notice the port is set to zero.
<Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
port="0" minProcessors="5" maxProcessors="100"
enableLookups="false" redirectPort="8443"
acceptCount="10"
debug="9" connectionTimeout="20000"
useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" />
I will post the entire saga tomorrow... (including all configs)
I am very tired right now and I need a BEER!
QUESTION:
the only thing I have left to resolve is that I get:
"No Host matches server name localhost"
I remember seeing a write-up about this before. can someone point me to the
thread
or pass along the answer to this last and final hurdle.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]