GWT Tomcat redirect rules

2013-03-15 Thread sachin sreenivasan
Hi All, I wanted to write a redirect rule which would redirect from a slash / to a hash #. Is it possible? If the user types in www.example.com/abc, I want the page to get redirected to www.example.com#abc. Just wanted to know if such a thing is possible? And I am looking at a solution

Re: GWT Tomcat redirect rules

2013-03-15 Thread Jens
For Tomcat many people are using https://code.google.com/p/urlrewritefilter/ or just put an ordinary web server that directly supports URL rewriting (apache, nginx) in front of Tomcat. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit