Ok, I figured out what is causing this but not why. If I hit my server with
an IP address i.e. 172.28.101.132, it causes the error below and I get a
400- Bad Request in the browser. However, if I telnet to 172.28.101.132
port 80, the server will successfully serve a page.
Could this be a network problem or is it a server.xml configuration problem?
Thanks,
Subir
-----Original Message-----
From: Subir Sengupta
To: '[EMAIL PROTECTED]'
Sent: 6/8/02 9:06 PM
Subject: Tomcat 4.0.3 and Mod JK problem
Hi,
I have Tomcat running on my dev box, with no problems. I moved tomcat
over
to another server and I now start getting this error:
StandardEngine[Walmart]: Mapping server name '172.28.101.132'
StandardEngine[Walmart]: Trying a direct match
StandardEngine[Walmart]: Trying an alias match
StandardEngine[Walmart]: Trying the default host
StandardEngine[Walmart]: Mapping server name '172.28.101.132'
StandardEngine[Walmart]: Trying a direct match
StandardEngine[Walmart]: Trying an alias match
StandardEngine[Walmart]: Trying the default host
Here are snippets from my workers.properties and server.xml files.
workers.properties
# The workers that your plugins should create and work with
#
worker.list=ajp12,ajp13-0
worker.ajp13-0.port=8009
worker.ajp13-0.host=localhost
worker.ajp13-0.type=ajp13
# /AJP13WORKERS
server.xml
<Server port="8011" shutdown="SHUTDOWN" debug="0">
<Service name="Tomcat 4.0.3">
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="256"
acceptCount="10" debug="0">
</Connector>
The site will still serve pages but it keeps repeating the above
message.
Any ideas about what would cause this are appreciated.
Thanks,
Subir
<<Subir Sengupta (E-mail).vcf>>
<<Subir Sengupta (E-mail).vcf>> <<ATT129216.txt>>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>