On Sun, Mar 9, 2014 at 2:13 PM, Daniel Mikusa <dmik...@gopivotal.com> wrote:
> On Mar 9, 2014, at 8:08 AM, Ahmed Dalatony <ahmed.dalat...@gmail.com> > wrote: > > > hello, > > i'm running a server with multiple instance of tomcat > > each instance has some apps deployed & accessed with host:port > > like > > myhost.com:7777/app1 > > myhost.com:8888/app2 > > myhost.com:9999/app3 > > > > is there any way to hide the port from users & making app URL simpler > with > > keeping multi instance ??? > > like this or any thing near > > app1.myhost.com > > app2.myhost.com > > app3.myhost.com > > Maybe virtual hosting? > > http://tomcat.apache.org/tomcat-7.0-doc/virtual-hosting-howto.html > > Dan > > > > > > > thanks in advance > > > hello, can you help me little more with example or simpler doc i'm new to tomcat config and i don't understand virtual host thank you