They're the statements in httpd.conf that direct certain requests to Tomcat.


They look like this:

JkMount /*.jsp ajp13

You have to have them defined in all Apache Virtual Host blocks that will be receiving request that may be forwarded to Tomcat, including, in your case, the SSL Virtual Host blocks.

John


[EMAIL PROTECTED] wrote:


What are the jkmount statements?

-----Original Message-----
From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 12:04 AM
To: [EMAIL PROTECTED]
Subject: Re: Question about ssl and tomcat



You need to set the redirectPort attribute on the Connector to point to Apache's SSL port. However, since this defaults to 443, I'm guessing that the real problem is that you don't have your JkMount statements defined in your SSL VirtualHost.

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

Greetings,

I'm hosting a ssl site with mod_ssl on the
apache server and I need to have it to connect to tomcat can't I change one of the connector lines in server.xml to redirect the port? Such as
redirectPort- If this Connector is supporting non-SSL requests, and a request is received for which a matching <security-constraint> requires SSL transport, Catalina will automatically redirect the request to the port number specified here.


You see my website works fine going through 8080 but when I try to get the https site to go through it - I get page can't be found or it displays code instead of working.

Thanks,
Bobbie

Bobbie Atristain
Internet Systems Administrator
Media General, INC.
804.649.6156



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



Reply via email to