URL rewrite in Wildfly?
I built up an app using RichFaces, PrimeFaces, and Java in the back. The outcome (mysite.war) I let run within Wildfly 8. Now my pages are like this: www.mysite.com/index.jsf www.mysite.com/report.jsf?no=1 www.mysite.com/report.jsf?no=2 www.mysite.com/report.jsf?no=3 www.mysite.com/report.jsf?no=4 www.mysite.com/legal.jsf I would like to change that to more readable URLs. Especially the reports! Taking the example order, I am looking forward to having something like this: www.mysite.com www.mysite.com/report/turkey www.mysite.com/report/germany www.mysite.com/report/england www.mysite.com