How can JBoss re-write the url for a web application? I have a servlet that can be invoked by the following urls's: 1) https://<ip address>:8443/test/servlet/mywar.htest 2) https://myserver.mydomain:8443/test/servlet/mywar.htest
I want to write a rule in the the context.xml file of the web application (in the WEB-INF folder) that would re-direct the first address to the second. I understand that I can write a rewrite properties file in the context.xml file but I am somewhat confused about the use of the re-write rules View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136053#4136053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136053 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
