Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Ioannis Parapontis
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 >> it

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