On 12/16/2009 11:33 AM, Mark Thomas wrote:
On 16/12/2009 17:28, Martin B. Smith wrote:
Hi folks,
I'm getting some exceptions with a vanilla Tomcat 5.5.28 and a simple
logging valve. I'm using the following version of Java:
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_22-b03, mixed mode)
The valve I've configured inside a Host element:
<Valve
classname="org.apache.catalina.valves.FastCommonAccessLogValve"
resolveHosts="false" rotatable="false" pattern="combined" />
Below I'm including the stack trace I receive, and below that, the full
server.xml including the fragment above.
Am I way off the path on configuring a logging valve?
Not way off but every so slightly off but in a way the *really* upsets
things. Try using className rather than classname.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Thanks!
I took this from documentation and didn't catch that *facepalm* :)
--
Martin B. Smith
smit...@ufl.edu - (352) 273-1374
CNS/Open Systems Group
University of Florida
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org