Andre,

Thanks. This Apache instance is running on Windows Server 2003 and already has several web sites running at port 80. Some static, some PHP. I am a Java guy so a Tomcat servlet was my natural way of writing the app. To my knowledge I can't have more than one web server listening on port 80 on this IP so my solution was to install Tomcat 5.5.27 and use AJP13 to serve the pages back to Tomcat. Is there a better way?

The services panel in Windows Server 2003 says this:

Apache/2.2.11 (Win32) DAV/2 mod_jk/1.2.27 mod_ssl/2.2.11 OpenSSL/0.9.8i

This isn't my server, just my app. Since I can run this successfully on my Windows server 2003, Apache 2.2 and Tomcat 5.5 I figured this would be the easiest way to approach it.
I can tell that I am close, I am just missing something subtle.

Thanks



----- Original Message ----- From: "André Warnier" <a...@ice-sa.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Saturday, February 14, 2009 3:26 AM
Subject: Re: AJP13 Connector and JKOptions


Pete Helgren wrote:
[...]
Hi.
Maybe start at the beginning and let us know :
- which version of Tomcat you are running
- on what kind of "box" (the OS)
- with which version of Apache

Then,
- do you have any reason to be using an Apache front-end, other than wanting to get rid of the ":8080" in your URL links ?
Because if not, then you do not need an Apache front-end to do that.
Just change the port="8080" to port="80" in the HTTP <Connector> element of your Tomcat's server.xml file, and restart Tomcat.
(But stop Apache first, otherwise they will fight for port 80).

If you have another reason to configure an Apache, then it is a bit more complicated. But please then provide the requested information first.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to