Apache Front End....Tomcat back end...SSL question

Posted by Jared on Server Fault See other posts from Server Fault or by Jared
Published on 2010-12-21T22:11:36Z Indexed on 2010/12/21 22:56 UTC
Read the original article Hit count: 366

Filed under:
|
|

Hi Everyone,

Question....

I have Apache setup as my webserver. Tomcat is hooked into Apache via mod_jk, so the user never interacts with Tomcat.

I have set up SSL on the Apache Webser...I can hit it with https:// localhost

When I try to access my application at ...https://localhost/app I get a directory not found error.

Catch is when I go regular http... I can hit it fine... http:// localhost/app

What do I have to edit for this connection to work?

  • I have uncommented the AJP connector in server.xml
  • I have added my virtual host to httpd.conf

What am I missing?

Thanks in advance.

Jared

© Server Fault or respective owner

Related posts about apache

Related posts about ssl