Hi
SPECF
Apache : 2.2.11
Mod jk : mod_jk-1.2.26-httpd-2.0.59.so
JBOSS : 4.2.1 ( 2 nos)
The specific web apps on the JBOSS are
http://<IP>:<PORT1> /acme
http://<IP>:<PORT2> /acme
The same have been configured in worker1.properties via Load balancer in Apache/conf directory
The Problem
1) PUBLIC DNS for the same would be something like this
Eg. http://acmework.acmeblog.com
2) “/acme” application need’s to be transformed as /achme?area=ind
I need to configure APACHE, so some body calling on INTERNET calls’
“http://acmework.acmeblog.com” should land up on the web application as
http://acmework.acmeblog.com?area=ind
How to achieve the same….. plz help