I get the same error everytime
and  <host> is set to "localhost".

I remember reading something about using the actual IP 127.0.0.1
instead of localhost.  I am changing all references to the IP now
and will try that.


----- Original Message ----- 
From: "Filip Hanik" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 29, 2004 5:42 PM
Subject: Re: ALL-NEW running tomcat5 in-process


> >QUESTION:
> >the only thing I have left to resolve is that I get:
> >    "No Host matches server name localhost"
>
> do you get this all the time, or only in the beginning,
> if the latter, then it could be because tomcat hasn't started up yet.
>
> if the first, check your <Host> config in server.xml, make sure it is
named
> localhost
>
> Filip
>
> ----- Original Message -----
> From: "Phil Adams" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, January 29, 2004 3: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]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to