This content has been marked as final.
Show 4 replies
-
1. Re: Jboss and F5 load balancers
ctomc Aug 29, 2013 8:02 PM (in response to cboice)something like
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" secure="true" scheme="https" />
should do it, if not, you can also set proxy-name="" and proxy-port=""
-
2. Re: Jboss and F5 load balancers
sfcoy Aug 30, 2013 11:11 AM (in response to cboice)You need to configure the F5 to rewrite the redirects for you. See Rewriting Redirects.
The existence of the F5 should be transparent to your application and JBossAS/WildFly.
-
3. Re: Jboss and F5 load balancers
cboice Sep 6, 2013 10:42 AM (in response to sfcoy)Thank you Stephen! That document was very informative. Our redirects are working perfectly now.
-Charles
-
4. Re: Jboss and F5 load balancers
psharma_affinion Jun 6, 2017 4:04 PM (in response to cboice)Hey Charles, we are trying to configure similar setup at our end. F5 to load balance in front of the multiple jboss instances. Can you share the irule you wrote to resolve your issue?
Pranjal