Hi All,

In our web-app multiple company users can login and each company get its own
setup. The entry point is the same for all the users but each company has a
different query string. something like
http://mycompany/com/mywebapp/login.do?companyKey=xxxyyyzzzz.

The web-app works fine. But obviously our clients want a better entry url.
something like http://client1.mycompany.com.

Is there any way by which i can map
http://mycompany/com/mywebapp/login.do?companyKey=xxxyyyzzzz to
http://client1.mycompany.com. other clients will get similar url changes.

is this possible and what is the way to do it.

thanks a lot.

regards
ashok

Reply via email to