1 Reply Latest reply on Oct 12, 2004 11:58 AM by starksm64

    denying IP-Ranges

    bo_hari

      Hello!

      I'm using JBoss 3.2.2 and a Database Login-Module for a WebApplication.
      Is it possible to deny connections for IP ranges additionally?

      Marc

        • 1. Re: denying IP-Ranges
          starksm64

          Not from the login module. You can do this with an existing tomcat valve like org.apache.catalina.valves.RequestFilterValve, org.apache.catalina.valves.RemoteAddrValve, or you own custom servlet filter.