Dear jboss experts...

I've some trouble with the tomcat AccessLogValve.
My server.xml


  | <Engine....
  | <Valve className="org.apache.catalina.valves.AccessLogValve"
  |           prefix="tomcat_access" suffix=".log" pattern="combined" 
directory="${jboss.server.home.dir}/log"/>
  | 
  | <Host name="test.com">
  |         <Alias>www.test.com</Alias>
  |         <Valve className="org.apache.catalina.valves.AccessLogValve"
  |           prefix="guide-verbier_access" suffix=".log" pattern="combined" 
directory="${jboss.server.home.dir}/log"/>
  |     <Valve className="org.apache.catalina.valves.AccessLogValve"
  |             prefix="test" suffix=".log"
  |             pattern="common" directory="${jboss.server.home.dir}/log"/>
  |         <!-- Default context parameters -->
  |         <DefaultContext cookies="true" crossContext="true" override="true"/>
  |       </Host>

The first AccessLogValve works fine. The second, the host AccessLogValve 
does'nt log anything... I've tried with tomcat 5 and it works... Is it a JBoss 
probleme?

Tanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864270#3864270

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864270


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to