1 Reply Latest reply on Aug 24, 2008 2:38 PM by javidjamae

    Redirecting URL's in Jboss

    b_rahulkumar

      Hi,
      Any body know how to redirect URL's in JBOSS.

      Thanks,

        • 1. Re: Redirecting URL's in Jboss
          javidjamae

          There are two Tomcat valves for filtering:

          org.apache.catalina.valves.RemoteAddrValve
          org.apache.catalina.valves.RemoteHostValve

          I'm not quite sure about redirecting though. You'd probably have to write your own Tomcat valve.

          Why not front-load JBoss with Apache and use mod_proxy (or some similar solution)?