1 Reply Latest reply on Sep 18, 2014 12:21 AM by jaikiran

    Filter as a module

    fabiomaximiano

      Hi all,

      Is it possible to configure a filter as a jboss module to intercept all requests to container independent of the context application?

      Example:

      I have these two applications deployed in the same jboss instance.

      a) http://www.domain.com/app1
      b) http://www.domain.com/app2

      What I need is define a filter common to these to applications. Maybe a jboss module to intercept all requests to container.

      PS: I don't want do configure the filter in web.xml in each app. I want that all applications deployed to the server are intercepted by the filter.

      My jboss version is 7.1.1-Final.

      Thanks!