Yes that s the case i use apache , i have try with http/1.1 and another port but i get exactly the same problem for the two hosts

----- Original Message ----- From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Sunday, October 29, 2006 9:10 PM
Subject: RE: problem with getcontext and context.xml


From: mast [mailto:[EMAIL PROTECTED]
Subject: Re: problem with getcontext and context.xml

<Connector port="9570" enableLookups="false"
           redirectPort="8443" protocol="AJP/1.3" />

This would indicate you're front-ending Tomcat with something else, such
as httpd.  Add a <Connector> for a different port and
protocol="HTTP/1.1", then see what happens when you contact Tomcat
directly via that port.

- Chuck




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to