is running on?
>>
>> Internet Explorer could not display this web 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 no
> 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 w
>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 will have to specify a different appBase attribute. Any webapps
>that you wa
- Mail Original -
De: "Charles R Caldarale" <[EMAIL PROTECTED]>
À: "Tomcat Users List"
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 PROTECTED]
> Subject:
>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
> 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.xm
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 :
...