Apache Front End....Tomcat back end...SSL question
- by Jared
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