In the core technologies section of the struts web pages on Jakarta site
there is mention of filtering using javax.servlet.Filter class.  My question
is whether or not this would be the best technology to use to implement
localization of HTML pages for the Tomcat webserver.  Localized content for
JSP pages is easy, but I am after localization of actual HTML files as is
handled by the Apache webserver.  Where the webserver would choose the most
appropriate html page for a given request based on the locale of the
browser.  
 
Any recommendations?
 
-Peter


Reply via email to