Re: simple way to access application in multi instance envirnoment

2014-03-10 Thread Neven Cvetkovic
On Mon, Mar 10, 2014 at 9:03 AM, Daniel Mikusa wrote: > On Mar 9, 2014, at 11:05 AM, Neven Cvetkovic > wrote: > > Thus, if you run multiple instances of Tomcat - alone, virtual hosting > will > > not help you , since only one process can bind to a single IP address to > > one port (e.g. port 80)

RE: simple way to access application in multi instance envirnoment

2014-03-10 Thread Jeffrey Janner
> -Original Message- > From: Ahmed Dalatony [mailto:ahmed.dalat...@gmail.com] > Sent: Sunday, March 09, 2014 2:16 PM > To: Tomcat Users List > Subject: Re: simple way to access application in multi instance > envirnoment > > On Sun, Mar 9, 2014 at 7:48 PM,

Re: simple way to access application in multi instance envirnoment

2014-03-10 Thread Daniel Mikusa
On Mar 9, 2014, at 11:05 AM, Neven Cvetkovic wrote: > Ahmed, > > On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony > wrote: > >> 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 >> > > Ultim

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Terence M. Bandoian
On 3/9/2014 10:05 AM, Neven Cvetkovic wrote: Ahmed, On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony wrote: 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 Ultimately, if you don't want to show the port

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Neven Cvetkovic
Ahmed, On Sun, Mar 9, 2014 at 3:15 PM, Ahmed Dalatony wrote: > I'm using win server 2008 running a combination of tomcat 6, tomcat 7, oc4j > 10g on different ports > the resources you supplied are very handy > but they explain accessing http://www.myhost.com:/App1 from > http://www.myhost.

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Ahmed Dalatony
On Sun, Mar 9, 2014 at 7:48 PM, Neven Cvetkovic wrote: > On Sun, Mar 9, 2014 at 11:29 AM, Ahmed Dalatony >wrote: > > > On Sun, Mar 9, 2014 at 5:05 PM, Neven Cvetkovic > > wrote: > > > > > Ahmed, > > > > > > On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony < > > ahmed.dalat...@gmail.com > > > >wrot

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Neven Cvetkovic
On Sun, Mar 9, 2014 at 11:29 AM, Ahmed Dalatony wrote: > On Sun, Mar 9, 2014 at 5:05 PM, Neven Cvetkovic > wrote: > > > Ahmed, > > > > On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony < > ahmed.dalat...@gmail.com > > >wrote: > > > > > hello, > > > > > can you help me little more with example or sim

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Ahmed Dalatony
On Sun, Mar 9, 2014 at 5:05 PM, Neven Cvetkovic wrote: > Ahmed, > > On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony >wrote: > > > 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 > > > > Ult

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Neven Cvetkovic
Ahmed, On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony wrote: > 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 > Ultimately, if you don't want to show the port number to the end user, the serving pro

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Ahmed Dalatony
On Sun, Mar 9, 2014 at 2:13 PM, Daniel Mikusa wrote: > On Mar 9, 2014, at 8:08 AM, Ahmed Dalatony > 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:/app1 > > myhost.com:88

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Daniel Mikusa
On Mar 9, 2014, at 8:08 AM, Ahmed Dalatony 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:/app1 > myhost.com:/app2 > myhost.com:/app3 > > is there any way to hide the port fr