>The priority is "emerg,warning,request,info,debug".
>
>Your though is that someone might want just request loggin without
>emerg and warning?

Yep, you could even have this kind of log in a separate log file
for statistic, that's what is used for example by mod_gzip.
Very very usefull when you want to make stats from this file alone.

>
>I'll let the core j-t-c committers worry about that. :-)
>
:-)

>No, Here is an example JkAutoAlias config:
>
>JkAutoAlias /usr/local/tomcat/webapps
>
>Any context dir found in the above directory is automatically aliased
>into the apache document root for the virtual host.
>
>So if the above webapps directory had the context dirs
>
>examples
>admin
>foobar

Do you also handle ROOT subdir and map it to / ?

>The equivalent apache aliases would be
>
>Alias /examples /usr/local/tomcat/webapps/examples
>Alias /admin /usr/local/tomcat/webapps/admin
>Alias /foobar /usr/local/tomcat/webapps/foobar
>
>Using JkAutoAlias saves you from having to configure an apache
>Alias for each context dir and automatically handles any new context
>dirs you add to the webapp directory.
>
>Attached, Enjoy!
>

Not found

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to