2008/12/17 Luke Scholefield <[email protected]>: > Hi, > > What is the neatest way to map URLs to Tiles definitions. > > I have set up TilesDispatchServlet, so I can make requests to > > url.com/project.login.tiles > > but would rather use the address > > url.com/login/ > > or similar.
You could extend or modify the TilesDispatchServlet, or use the URL Rewrite Filter: http://tuckey.org/urlrewrite/ Antonio
