You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bernhard Blasen <be...@csa-gmbh.com> on 2002/09/05 11:45:35 UTC

Apache Tomcat SSL

Hello,

I succeeded connecting tomcat 4.0.4 with apache 2.0.40 with mod-jk.

If i call an application with https://luna.draft.de/hvb-immoplus I get a 
404 error
The same call with http://... works fine.
Other https://....-connections, that do not need tomcat work fine either.

My log-files and the configuration files can be found on 
http://luna.draft.de/tomcat

System is linux Distribution is SuSE 7.3.

Thank you for Help

Bernhard Blasen



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Apache Tomcat SSL

Posted by Milt Epstein <me...@uiuc.edu>.
On Thu, 5 Sep 2002, Bernhard Blasen wrote:

> Hello,
>
> I succeeded connecting tomcat 4.0.4 with apache 2.0.40 with mod-jk.
>
> If i call an application with https://luna.draft.de/hvb-immoplus I get a
> 404 error
> The same call with http://... works fine.
> Other https://....-connections, that do not need tomcat work fine either.
>
> My log-files and the configuration files can be found on
> http://luna.draft.de/tomcat
>
> System is linux Distribution is SuSE 7.3.
>
> Thank you for Help

I'm not interested in going up on the web to check your
log/configuration files, but the first thing that strikes me here is
that with the way Apache handles SSL -- with a virtual host -- it may
be that your relevant mod_jk directives are in the main section of your
Apache configuration file, and not in the block for the SSL virtual
host.  You may need to move/copy them there, as appropriate.

Milt Epstein
Research Programmer
Systems and Technology Services (STS)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
mepstein@uiuc.edu


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>