We are hosting a JEE Application running on JBoss. For security reasons this application that should be available on the internet is protected with a front-end Apache server. We are using AJP to enable this.
This works fine when we access the application through http. When we try to do this with https, it doesn't work, we get a 404 error when we access the JEE application. We have placed the SSL certificates in the Apache server.