David,

You keep talking about running Tomcat on port 8080.  It is important to
understand that in your (requested) configuration, tomcat is not running on
port 8080.  The only connector you should have defined for Tomcat is the
ajp13 connector, which listens on port 8009.

Also, your workers.properties file should be reduced even further:

workers.properties:

worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=www.roamware.com
worker.ajp13.type=ajp13

since the worker.list name is your choice, you could even make it more
readable, as follows:

worker.list=tomcat
worker.tomcat.port=8009
worker.tomcat.host=www.roamware.com
worker.tomcat.type=ajp13


Let me just clarify that you are not entering port 8080 in your http url.
Your url is http://ww.roamware.com, correct?

-Mike


-----Original Message-----
From: David Wynter [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 27, 2002 1:00 PM
To: Tomcat Users List
Subject: RE: New Release JK 1.2.0 not installing


OK,

I made the changes you and John suggested. I had put in a connector for port
8007 because I had it before with Apache 1.3.23, but now realise it was
associated with ajp12 and is not needed. And yes the rest was the standard
workers.properties.

I have very simple requirements. I need Apache so I can run Webmin to
administer my Linux services easily. I have no static content on my website
it is all served up by my Turbine servlet application. I need Tomcat on port
8080 so I can run my web site which is a Servlet application.

<snip>


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

Reply via email to