Got it to work.
Thanks
>From: "haixi liu" <[EMAIL PROTECTED]>
>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Tomcat-Apache-SSL problem
>Date: Fri, 04 Oct 2002 17:25:20 +
>
>David,
>
>No,
David,
No, I did not.
I am using the auto config file generated by Tomcat from
$CATALINA_HOME/conf/jk/workers.properties.
In my http.conf, I just have this line:
Include /usr/local/tomcat/conf/auto/mod_jk.conf
I think that's the reason why the http works but https doesn't work.
I looked at t
Assuming you're using VirtualHost, do you specify the right JkMount
paths in VirtualHost sections in your Apache that serve the secure port?
d.
haixi liu wrote:
> Hello,
>
> I am having a problem accessing my webapps using https protocol.
>
> My server conf is: Tomcat 4.0.5 + Apache 1.3.26 +
Hello,
I am having a problem accessing my webapps using https protocol.
My server conf is: Tomcat 4.0.5 + Apache 1.3.26 + mod_jk 1.2 + mod_ssl
https works if I access static pages like https://myhost/manual/index.html,
but does not work with my webapp (https://myhost/mywebapp/index.jsp).
Howe