I can see a couple of issues:
1. It's not recommended to have elements in server.xml.
It works, but not recommended.
2. The Host's appBase and context's docBase attributes cannot point to
the same directory. It worked in older versions of tomcat, but that
behavior was considered a bug and
> From: Radcliffe, William H. [mailto:[EMAIL PROTECTED]
> Subject: RE: Server.xml Host Configuration
>
> If he wants to have an access log, he needs the
> element. The element was inside
Look at the original post more carefully:
http://marc.info/?l=tomcat-user&m=
>From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
>Subject: RE: Server.xml Host Configuration
>
>Remove the element; it should never be placed in server.xml and
you don't need one.
If he wants to have an access log, he needs the element. The
element was inside , was in
> From: Radcliffe, William H. [mailto:[EMAIL PROTECTED]
> Subject: RE: Server.xml Host Configuration
>
> As an addendum. If you want to remove the
> element but still create an access log, you can create
> a context.xml file.
Note that the OP's AccessLogValve was inside t
> From: Caldarale, Charles R
> Subject: Server.xml Host Configuration
> Remove the element; it should never be placed in server.xml and
you don't need one.
As an addendum. If you want to remove the element but still create
an access log, you can create a context.xml file.
Place it as follow
> From: Tomcat User6 [mailto:[EMAIL PROTECTED]
> Subject: Server.xml Host Configuration
>
>appBase="/usr/local/apache-tomcat-6.0.16/webapps/roller"
Change appBase to "/usr/local/apache-tomcat-6.0.16/webapps"; appBase must never
point directly to a specific webapp.
> forum.abc123.com
Remov