You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Kakinari, Takashi" <ta...@hp.com> on 2007/09/18 23:04:53 UTC

Static files Localization

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Static files Localization

Posted by Bill Barker <wb...@wilshire.com>.
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" <Ch...@unisys.com> wrote in message 
news:AEF3D568DD1D9E428048C592AA16459706499CDA@USRV-EXCH4.na.uis.unisys.com...
> From: Kakinari, Takashi [mailto:takashi.kakinari@hp.com]
> 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org





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


RE: Static files Localization

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Kakinari, Takashi [mailto:takashi.kakinari@hp.com] 
> 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org