We had a jsp site, that utilized a servlet filter to serve up prerendered html when google bot crawled our site.
WE have now switched to use static html with the entry point defined as the welcome file in the web.xml of a java web application, and all related html and js is contained within the WAR.
However this means the servlet filter never gets hit - how can I work around this ?