0 Replies Latest reply on Apr 17, 2009 10:02 PM by tsunbonyu

    Custom Valve configuration in context.xml

    tsunbonyu

      Hi all,
      I encountered a problem on configuring custom Valve for my applications in JBoss 4.3.
      Before I was using /deploy/jboss-web.deployer/context.xml to define my custom Valve, and it works perfect for all the applications.

      Now I try to define same custom valve for each application in META-INF/context.xml in war file. However, the Valve defined in war file does not work seems that the context.xml does not getting loaded.
      I need to do this because the Valve parameter is different for each application , and I need to have individual Valve configured for each application.

      Could someone please give some suggestion how I could solve this problem?

      Thanks
      David