$CATALINA_HOME/conf/Catalina/dummyapps/ROOT.xml
Where did you get that location for a element? It certainly didn't
come from the docs, nor from Peter's or my messages. Go back and reread them all.
To quote from Peter's message:
Yep, I had that wrong. I was getting the name and appBase
> From: Eric P [mailto:eric.maill...@gmail.com]
> Subject: Re: Virtual host set-up woes
>
> But I only get an blank page for a simple index.jsp file
Indicative of a messed up configuration that doesn't have a default webapp.
> $CATALINA_HOME/conf/server.xml
>
Caldarale, Charles R wrote:
From: Peter McNeil [mailto:pe...@mcneils.net]
Subject: Re: Virtual host set-up woes
1. edit conf/server.xml and add a section inside the tag
that looks like this:-
2. create a directory inside your tomcat home directory called
"yourhostapps" as def
> From: Peter McNeil [mailto:pe...@mcneils.net]
> Subject: Re: Virtual host set-up woes
> 1. edit conf/server.xml and add a section inside the tag
> that looks like this:-
> unpackWARs="true" autoDeploy="true"
> xmlValid
On Fri, Feb 19, 2010 at 11:28 PM, Eric P wrote:
> I've read the official 6.0 docs here over and over.
> http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
>
> But it seems like these docs are trying to give me a whole new context where
> I can put more webapps (maybe I'm missing t
Step by step:
1. edit conf/server.xml and add a section inside the tag
that looks like this:-
2. create a directory inside your tomcat home directory called
"yourhostapps" as defined above e.g. mkdir $tomcathome/yourhostapps
3. create a directory $tomcathome/conf/Catalina/yourhost
4.
I'm struggling big time trying to set up a virtual host in Tomcat.
I'm running Tomcat version 6.0.18 under Linux and nothing else (i.e., no Apache
web server, etc.).
I've read the official 6.0 docs here over and over.
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
But it se