I'm not really trying to use webapps at all - I want each Host to be
associated with a user account, like this:
<Host name="user1.com" appBase="/home/user1/public_html">...</Host>
<Host name="user2.com" appBase="/home/user2/public_html">...</Host>
<Host name="user3.com" appBase="/home/user3/public_html">...</Host>


On 9/2/07, Bill Barker <[EMAIL PROTECTED]> wrote:
>
>
> "Peter Boughton" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >I mean full system path. (eg: /usr/local/jakarta/tomcat/webapps/index.jsp
> >or
> > /home/user/domain/public_html/index.jsp or whatever)
> > As far as I can tell, the appBase and docBase are correctly pointing to
> > the
> > webroot dir, but cPanel/WHM auto-configured server.xml/etc so it could
> be
> > doing anything.
> >
>
> This looks like you are attempting the common, but unsupported
> configuration
> of trying to make webapps the root of your webapp.  The file should be
> something like /usr/local/jakarta/tomcat/webapps/ROOT/index.jsp.
>
> > I'm tempted to just try wiping the conf dir and manually build up from a
> > mimimal configuration...
> >
> >
> > On 9/1/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote:
> >>
> >> On 9/1/07, Peter Boughton <[EMAIL PROTECTED]> wrote:
> >> > Thanks for the suggestion. I tried access logging, but it's only
> >> > listing
> >> the
> >> > "/index.jsp", not the full path.
> >>
> >> Uh, then that *is* the full path; sounds like you need to double-check
> >> your Tomcat appBase/docBase/etc. configuration...
> >>
> >> --
> >> Hassan Schroeder ------------------------ [EMAIL PROTECTED]
> >>
> >> ---------------------------------------------------------------------
> >> 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
> > / /
> >
>
>
>
>
> ---------------------------------------------------------------------
> 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