Hello,
 I am trying to setup HTTPLoadbalancer as a reverse proxy server and it's 
working for a single application, but can I use this for more than one 
application. Also, can I direct the traffic based on the incoming protocol.
What I mean is that I have JBoss running and listening on port 80 for
http and 443 for https. The HTTPLoadbalancer's configuration allows
me to define list of hosts (which can be URLs such as 
http://myhost:8080/myapp). What I need is a way to check if incoming 
protocol is http then direct it to http://myhost1:8080/myapp or 
http://myhost2:8080/myapp and if the incoming traffic is https then forward it 
to https://myhost:8443/myapp. Also, I would like to add
support for multiple applications, so if incoming URL is 
http://myreverseproxy/myapp1 then route it to http://myapp1.mydomain and so on.
  I can do this with apache mod_proxy, but it doesn't use load balance and
I am not sure if it supports "Sticky Sessions".



Regards,
Shahzad Bhatti
Integrated Software Specialists
http://www.issintl.com
1901 North Roselle Road, Suite 450
Schaumburg, IL 60195
Phone: 847-558-5342
Fax: 847-240-5073





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887316#3887316

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887316


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to