> Hi,
>
[quoted text clipped - 7 lines]
> Cheers,
> Mika
You can change the Tomcat port to 80 in server.xml of Tomcat. But for
IIS, you have to change the port from 80 to something else. Did you
change that. Both IIS and Tomcat cannot share the same port.
Mika Myllyvirta - 29 Sep 2005 08:52 GMT
Hi,
Actually I found a document (for J2EE newbies :) which explaind the
process of configurating the jk-connector for IIS and Tomcat. I managed
to do it. Now I have on a same server IIS and Tomcat, both listening on
port 80 (or to be specific, IIS forwards requests of special folders to
Tomcat and Tomcat replys throw IIS to the client. The communication
between IIS and Tomcat and MSSql server happens inside our firewall
throw other ports). So this solution makes it possible not to alter our
firewall configuration and to use servlets and jps!
Cheers,
Mika
>>Hi,
>>
[quoted text clipped - 11 lines]
> IIS, you have to change the port from 80 to something else. Did you
> change that. Both IIS and Tomcat cannot share the same port.