Chuck's comments refer to localization of Tomcat error messages. The page the OP refers to is something more like Apache httpd's mod_negotiation, which isn't supported in any supported version of Tomcat (i.e. 3.3.x+). The main reason is that it is pretty easy to implement this as a Filter in TC 4.0.x+ (and 3.3.x is now three spec versions behind), so there is no reason to have it the Tomcat core code.
Of course, if someone wanted to develop this Filter and contribute it back to Tomcat, there is a reasonably good chance that it might be accepted as an optional component (like CGI and SSI). After all, patches are always welcome :). "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > From: Kakinari, Takashi [mailto:[EMAIL PROTECTED] > Subject: Static files Localization > > Is this feature obsoleted or replaced to alternetives? Modern versions of Tomcat use standard Java internationalization: http://java.sun.com/javase/technologies/core/basic/intl/ You can find localized Tomcat messages for Spanish, French, and Japanese in the following jars that are part of the standard Tomcat distributions: tomcat-i18n-es.jar tomcat-i18n-fr.jar tomcat-i18n-ja.jar - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]