teknokrat wrote: > If I want to set up virtual hosts with their own loggers, must I add the > valve in server.xml or is it possible to do this with context.xml file?
You seem to mix virtual hosts and context.xml files. Anyway: you can specify, for example, an AccessLogValve inside a Context. This Valve will then be valid only for the corresponding WebApp. OTOH you can specify an AccessLogVale inside a Host. This way all WebApps of a particular (virtual) Host will use the same Valve but each Host may have it's own. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]