RE: Multiple Context and Websites

2009-05-08 Thread Caldarale, Charles R
> From: Alexander Diedler [mailto:adied...@tecracer.de] > Subject: AW: Multiple Context and Websites > Yes, that it is what we want, to have one domain for one webapps. Then you will need multiple elements, each with a unique appBase setting. Deploy the default webapp as ROOT under each appBas

RE: Multiple Context and Websites

2009-05-07 Thread Caldarale, Charles R
> From: Alexander Diedler [mailto:adied...@tecracer.de] > Subject: AW: Multiple Context and Websites > > AD : But we want to use different Hostnames, it cannot be placed in the > localhost? Just using different host names is a DNS issue; it does not require multiple elements in Tomcat. You onl

Re: Multiple Context and Websites

2009-05-07 Thread Hassan Schroeder
On Thu, May 7, 2009 at 5:56 AM, Alexander Diedler wrote: > Tomcat1.de and tomcat2.de point to the same Tomcat 6.0.18 server (edit > Windows hosts-File). http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html HTH, -- Hassan Schroeder hassan.schroe...@gmail.c

RE: Multiple Context and Websites

2009-05-07 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: Multiple Context and Websites > > Inetpub is the default folder for IIS > try re-installing tomcat to a new folder and point the docBase to be > based off of catalina.home (which is your new Tomcat folder) > &

RE: Multiple Context and Websites

2009-05-07 Thread Martin Gainty
Inetpub is the default folder for IIS try re-installing tomcat to a new folder and point the docBase to be based off of catalina.home (which is your new Tomcat folder) Martin __ Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung/

RE: Multiple Context and Websites

2009-05-07 Thread Caldarale, Charles R
> From: Alexander Diedler [mailto:adied...@tecracer.de] > Subject: Multiple Context and Websites > > In the /conf/Catalina/localhost/ there are tomcat1.xml  with this code: > > docBase="C:\Inetpub\tomcat\Webseite1" distributable="true"> Take out the path attribute; it's not allowed. > and tomc