RE: Port 443 request not forwarded to Tomcat from Apache

2003-09-19 Thread Ramanan Ramadoss
ajp13 JkMount /*.jsp/* ajp13 JkMount /servlet/* ajp13 JkMount /Windchill/servlet/* ajp13 /IfModule -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:38 AM To: [EMAIL PROTECTED] Subject: Re: Port 443 request not forwarded to Tomcat from

Port 443 request not forwarded to Tomcat from Apache

2003-09-18 Thread Ramanan Ramadoss
Hi, I am trying to configure apache 2.0.46 to accept request on port 443 and route it to tomcat 4.1.27 using mod_jk. I am not using ssl yet, but it looks like calls are not forwarded to Tomcat from Apache. I am following step 1 of the following URL.

Re: Port 443 request not forwarded to Tomcat from Apache

2003-09-18 Thread Bill Barker
The most common reason is that you have your JkMount statements nested in the VirtualHost for port 80. If so, then you need to copy them to the VirtualHost for port 443 as well. Of course, without knowing your configuration, all I can do is guess ;-). Ramanan Ramadoss [EMAIL PROTECTED] wrote in