2 Replies Latest reply on Aug 24, 2011 6:53 AM by rabee

    url rewriting problem - rewrite.properties

    rabee

      Hello,

       

      I am using 'rewrite.properties' of jboss.

      I want to chane the 'http://127.0.0.1:8080/xyz' sent by client to 'http://127.0.0.1:8080/http/xyz' throughout jboss server using the following expresions in rewrite.properties:

       

      RewriteCond %{REQUEST_URI} ^http://127.0.0.1:8080$

      RewriteRule ^(.*)$ http://127.0.0.1:8080/http/xyz/$1 [R=301]

       

      but it does not work !!!

       

      Any help would be appreciated.

       

       

      Special Thanks,

      Rabee