there something else you were referring to that I'm not aware of?
>
>Thanks.
>Neal
>
>
>-Original Message-
>From: micael [mailto:[EMAIL PROTECTED]]
>Sent: Monday, August 26, 2002 9:37 PM
>To: Tomcat Users List
>Subject: RE: creating virtual hosts - HOW TO
something else you were referring to that I'm not aware of?
Thanks.
Neal
-Original Message-
From: micael [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 9:37 PM
To: Tomcat Users List
Subject: RE: creating virtual hosts - HOW TO?
Look at struts.
At 02:32 PM 8/26/2002
Look at struts.
At 02:32 PM 8/26/2002 -0700, you wrote:
>Just one last thing.
>
>Perhaps this is getting picky but ...
>
>currently, Tomcat will forward the URL to the default page I list in the
>web.xml file. For instance, if I navigate to www.hotel.us ... and the
>default page is index.html ..
Just one last thing.
Perhaps this is getting picky but ...
currently, Tomcat will forward the URL to the default page I list in the
web.xml file. For instance, if I navigate to www.hotel.us ... and the
default page is index.html ... the URL window will actually show that I've
been sent to www.h
ubject: RE: creating virtual hosts - HOW TO?
On Mon, 26 Aug 2002, neal wrote:
> Date: Mon, 26 Aug 2002 11:15:17 -0700
> From: neal <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>,
> Jacob Kjome
On Mon, 26 Aug 2002, neal wrote:
> Date: Mon, 26 Aug 2002 11:15:17 -0700
> From: neal <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>,
> Jacob Kjome <[EMAIL PROTECTED]>
> Su
I'd try putting the appBase (not appbase !!!) for your virtual host
somewhere *other* than the "webapps" subdirectory -- that is just going to
cause confusion for the default host.
Second, the docBase directory for a is resolved relative to the
directory of the parent appBase, so you'd end up lo
6, 2002 10:43 AM
To: Tomcat Users List
Subject: Re: creating virtual hosts - HOW TO?
Hello neal,
Your appBase attribute on the element plus your docBase on
your element implies that you have the following
directory structure:
$TOMCAT_HOME/webapps/hotel/hotel
Note that the docBase for a particu
Hello neal,
Your appBase attribute on the element plus your docBase on
your element implies that you have the following
directory structure:
$TOMCAT_HOME/webapps/hotel/hotel
Note that the docBase for a particular webapp looks for the named
directory inside the appBase. Since your appBase is