Martin Jacobson wrote:
Chris McCabe wrote:This new release made no difference in the behavior of the JK2 connector with an https connection, so my question remains:The VirtualHost element takes an optional port number - since SSL happens (usually) on port 443, you need a
Does anyone know the secret formula to get a JK2 connector to work with both the http and https connection of the Apache2 web server? I get a 404 Not Found error when I hit the https part of the server. Is this just a bug or do I need to configure it in some special way?
<VirtualHost www.mysite.com:443>
section in hhtpd.conf
did you specifiy this?
Yes, I have Apache set up for SSL and it works fine for everything except for my servlet. It even works fine when I use the jk connector, but when I switch to jk2, it only maps the path for http requests and not for https requests. The URL mapping for JK2 is different from JK because there are no JkMount directives in the Apache httpd.conf file, but I don't understand how it is supposed to be configured so that it works for both http and https. Is there something special that needs to be included within the VirtualHost section to activate JK2? Right now I only have the LoadModule directive in the main part of the httpd.conf file (same place that works for JK).
Chris
--
Chris P. McCabe - Principal Engineer
Choice Hotels International - Information Technology
[EMAIL PROTECTED] 602-953-4416
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
