Static files Localization

2007-09-18 Thread Kakinari, Takashi
Hi,

When I investigate localization capaability on Tomcat, I foound following 
document.

  
http://www.jajakarta.org/tomcat/tomcat3.2-4.0/tomcat-3.2.3/doc/tomcat-localization-howto.html

However when I checked this functionality on Tomcat 4, 5, and 6, I can't find 
out StaticInerceptor class.
Is this feature obsoleted or replaced to alternetives?
I checked newer documents but I can't find similar feature.
Please let me know how latest tomcat handles static files localization.

Regards,
Takashi Kakinari.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Static files Localization

2007-09-18 Thread Caldarale, Charles R
 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]



Re: Static files Localization

2007-09-18 Thread Bill Barker
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]