Reg: Apache Configuration to pass traffic to different Ear (jboss)
I am using
Apache : 2.XX
OS : CentOS 5
Jboss Version : jboss-4.2.2.GA
FYI...
Apache Configuration
ProxyPass / http://1.2.3.4:8080/context1/
ProxyPassReverse / http://1.2.3.4:8080/context1/
Now if i browse the site http://abc.com it shows url as http://abc.com/context1/xx/
I want to hide the context1 in the url, can u plz help me in this regard
Last edited by vamsi_k; 02-16-2014 at 05:20 AM.
Reason: to make the question simple
|