Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Mark Eggers
- Original Message - > From: Ioannis Parapontis > To: Tomcat Users List > Cc: > Sent: Saturday, September 3, 2011 3:25 PM > Subject: Re: Virtual hosts on Tomcat 7 for 3 webapps > >T hanks for the responses. The  reason i do not use apache is that the server

Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Hassan Schroeder
On Sat, Sep 3, 2011 at 3:25 PM, Ioannis Parapontis wrote: > So it would be useful if some guidelines are provided on how i should do > this. They are; see the documentation's "virtual hosting how-to" :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me

Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Ioannis Parapontis
Thanks for the responses. The reason i do not use apache is that the server that runs my 3 apps works better with Tomcat. So it would be useful if some guidelines are provided on how i should do this. Sent from my iPhone On 4 Σεπ 2011, at 1:01, Manuel Fernández Panzuela wrote: > why you don'

Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Hassan Schroeder
On Sat, Sep 3, 2011 at 2:51 PM, Ioannis Parapontis wrote: > I have a server that runs 3 different web apps on the same ip but each on its > own port. eg ip:8080, ip:8081 and ip:8082. All apps should run simultaneously > and have their own folders.  Can a single Tomcat support the 3 of them and

Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Manuel Fernández Panzuela
why you don't use virtualhost over apache ? it's easier do it with it. Un saludo 2011/9/3 Ioannis Parapontis > Hi there > > I have a server that runs 3 different web apps on the same ip but each on > its own port. eg ip:8080, ip:8081 and ip:8082. All apps should run > simultaneously and have

Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Ioannis Parapontis
Hi there I have a server that runs 3 different web apps on the same ip but each on its own port. eg ip:8080, ip:8081 and ip:8082. All apps should run simultaneously and have their own folders. Can a single Tomcat support the 3 of them and can i use virtual hosts on Tomcat alone ? Thanks S