Wrox Home  
Search P2P Archive for: Go

  Return to Index  

apache_tomcat thread: Internationalization with Tomcat App.


Message #1 by "Franck" <Franck@p...> on Wed, 19 Feb 2003 17:01:34
Hi

Do you guys know bo best way to proceed with .properties files in order to 
internationalize an application (mostly JSP) designed to run on an Tomcat 
Server ?

Is there any rule ?
I thought the \src\ directory (/WEB-INF/classes/ after deployment) could 
be fine but it does work as it should.. :(

Any suggestion ?

Thanx
Franck
Message #2 by Apache Server <apacheserver@y...> on Wed, 19 Feb 2003 18:06:01 -0500
We place the bundles in the /WEB-INF/classes folder (for deployment). 
 After that, java should be able to find it.  We use Struts, which 
handles a lot of the i18n stuff, especially i18n resource bundle messaging.

Franck wrote:

>Hi
>
>Do you guys know bo best way to proceed with .properties files in order to 
>internationalize an application (mostly JSP) designed to run on an Tomcat 
>Server ?
>
>Is there any rule ?
>I thought the \src\ directory (/WEB-INF/classes/ after deployment) could 
>be fine but it does work as it should.. :(
>
>Any suggestion ?
>
>Thanx
>Franck
>  
>




  Return to Index