vote up 0 vote down star

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.

flag

75% accept rate

1 Answer

vote up 0 vote down

SSL on apache is usally enabled using a separate virtual host (vhost). Have you enabled and configurered mod_jk (mod_proxy_ajp/mod_cluster) for that vhost?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.