I have got a JEE JBoss AS7.1.1 Server. In this Server two web app's are running. One of it is a public weblog. Access for everyone. The other one is a private app to write the content. This one requires a formbased login, handled by the jboss.
Now I want to use SSL to encrypt the connection only to the private webapp.
The incoming user requests should be handled by the apache2 Server, while listening on port 80 and 443. I have read to use the proxy mod for forwarding the requests to the jboss.
What I have to do to config the ssl part? Is it enough to activate / configure ssl in the jboss config? Or do I have only to configure the apache2 server or both in combination?
What is the best way?
I hope someone can give me some tipps To solve my Problem.
Thanks!