This content has been marked as final.
Show 1 reply
-
1. Re: HTTPS Redirect URL Problem
erasmomarciano Nov 21, 2012 10:37 AM (in response to pkrogel)When you call this url https://example.com
You are doing this:
https://127.0.0.1:443 or https://127.0.0.1:80
The ports 443 and 80 are of default for protocol http.
You have two way:
1) You configure the port in Jboss 80 or 443
2) You install Apache and configure mod_jk mod_proxy mod_cluster as load balancing