On 25/06/2008, at 17:43, "Steve Ochani" <[EMAIL PROTECTED]> wrote:




I know this may sound naïve but is it possible to have tomcat and
apache running off the same port - 8080.


No, TCP only allows one port per service.

You can let apache httpd use 8080, move tomcat to something else and use mod_proxy_ajp to forward the requests through httpd - although as the above poster mentioned - why do you want to use apache when you have iis installed?


I have iis running on port 80 and do not have another server to
install apache and tomcat.7


Then you can "front end" tomcat with  iis.

Andrew
---------------------------------------------------------------------
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