Hi
I’m not sure how to deploy an application to JBoss 4.0 and have it only be accessed via SSL port.
For example, if I have the SSL running on port 8443, I want the application to only be accessed via:
https://localhost:8443/myapp
and not:
http://localhost:8080/myap
If this is a common question, can you please point me to where I can find the answer. Thanks.