Paul Kavanagh wrote: > > Is there a mechanism in Apache/Tomcat whereby I can route 111.whatever.com and >222.whatever.com > to > the same webapp running on whatever.com, but with different params ?
Assuming you're using mod_jk, one way to do this would be to mount both URL's to the same mod_jk connector. Then, within the webapp, your servlet can query the request URL, and behave differently, depending on which URL was used. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
