> From: Chris Arnold [mailto:carn...@electrichendrix.com] > Subject: Multi-URL Access 1 Webapp
> Tomcat 7.0.3 i believe Not bloody likely - 7.0.3 was never released. If you really are running on 7.0.3, you need to upgrade ASAP. > We have a web app that you access from http://domain.tld/share. What we want > to > do is have clients access the same web app only from http://share.domain.tld. > The domain part of that URL will change per client. So, some will get to it > like http://share.domain1.tld and some will get to it from > http://share.domain2.tld. > Can tomcat do this or should i take a different approach? Assuming you get the various names registered in the appropriate DNS boxes, yes. Read the Tomcat doc and wiki, especially these bits: http://tomcat.apache.org/tomcat-7.0-doc/config/host.html http://wiki.apache.org/tomcat/TomcatDevelopmentVirtualHosts You can also use a filter to forward requests to the desired URL: http://tuckey.org/urlrewrite/ - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org