Ooops.
This is what I currently have:
<Host name="localhost" appBase="webapps"/>
<Host name="mydomain.com" appBase="/home/user0/public_html">
    <Alias>www.mydomain.com</Alias>
    <Context path="" docBase="/home/user0/public_html" reloadable="true"/>
</Host>

What do I need to change so that mydomain.com/whatever will load
/home/user0/public_html/whatever ?

On 9/2/07, Mark Thomas <[EMAIL PROTECTED]> wrote:
>
> Peter Boughton wrote:
> > As far as I can tell, the appBase and docBase are correctly pointing to
> the
> > webroot dir,
>
> and there is the problem. appBase == docBase will result in all sorts
> of pain and grief. The appBase should never point to the root of any
> web application.
>
> Mark
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
\ \
Peter Boughton
blog.bpsite.net
/ /

Reply via email to