Re: tomcat virtual host

2008-11-21 Thread mtail
page i test this in local machine, so i do not use a DNS. mtail, The gurus here are flying high, and a bit intimidating sometimes. So allow me to try, since for once I can maybe be useful here. It is not enough to define a virtual host in Tomcat. Your browser must also know where that virtual

tomcat virtual host

2008-11-20 Thread mtail
Hi, I deployed my webapp svn.war on webapps directory of tomcat 6. I configured localy a virtual host with tomcat 6, but it does not work. This url works : http://localhost:8080/svn/ But when i use the virtual host, it does not works : http://mysvn:8080/ This is a part of server.xml : ...

Re: tomcat virtual host

2008-11-20 Thread mtail
I deployed my webapp svn.war on webapps directory of tomcat 6. I configured localy a virtual host with tomcat 6, but it does not work. This url works : http://localhost:8080/svn/ But when i use the virtual host, it does not works : http://mysvn:8080/ This is a part of server.xml : ...

Re: tomcat virtual host

2008-11-20 Thread mtail
I agree with the other response: rename your war to ROOT.war, so that it is the root web application. By the way, it is worth changing only one thing at once in your URL when testing. You are changing two. Does http://localhost:8080/ work? Does http://mysvn:8080/svnrepository work? But if i

Re: tomcat virtual host

2008-11-20 Thread mtail
- Mail Original - De: Charles R Caldarale [EMAIL PROTECTED] À: Tomcat Users List users@tomcat.apache.org Envoyé: Jeudi 20 Novembre 2008 16:23:40 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: RE: tomcat virtual host From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: tomcat virtual host

2008-11-20 Thread mtail
Sorry, but your question does not make any sense to me. I don't see anything stopping you from adding as many virtual hosts as you want. If you need a different default webapp for each virtual host, then each Host will have to specify a different appBase attribute. Any webapps that you

Re: tomcat virtual host

2008-11-20 Thread mtail
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: tomcat virtual host I configured localy a virtual host with tomcat 6 This url works : http://localhost:8080/svn/ But when i use the virtual host, it does not works : http://mysvn:8080/ What do you mean by does not work? Do