Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arieh Markel
ahmood" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Proposal for implementation of lookup of localized web-resources > X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > > > - Original Message - > From: "Arieh Markel" <[EMAIL P

Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arshad Mahmood
- Original Message - From: "Arieh Markel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 3:00 PM Subject: Re: Proposal for implementation of lookup of lo

Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arieh Markel
kamoto" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Proposal for implementation of lookup of localized web-resources > X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > > Hi!! > > From: "Arieh Markel" <[EMAIL PROTEC

Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arieh Markel
> To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: Proposal for implementation of lookup of localized web-resources > From: [EMAIL PROTECTED] (Kazuhiro Kazama) > X-Dispatcher: imput version 2228(IM140) > > Arieh, > > Basically lo

Re: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread Takashi Okamoto
Hi!! From: "Arieh Markel" <[EMAIL PROTECTED]> > Assume locale in request is: fr_CA > Assume locale of where tomcat is set: en_US > > >requested path > > /dir/.../index.html > >file-based: (path/[locale].filetype) > > 1. /dir/.../index_fr_CA.html > 2. /dir/.../index_fr.html > 3. /dir/...

Re: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread Ansgar W. Konermann
Mike Braden wrote: > Of course, it also means that you would have to duplicate > anything that is not lang dependent, such as images. I typically use symbolic links to work around duplication. -- Best regards, Ansgar W. Konermann eMail: [EMAIL PROTECTED] --- Hello, I am a message footer. ---

RE: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread Mike Braden
It seems like this would be much more logical to manage multi-lingual sites, since each lang would be in it's own dir structure. Of course, it also means that you would have to duplicate anything that is not lang dependent, such as images. (I assume that the doc-based locale would re-direct all r

RE: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread GOMEZ Henri
+1 >On Wed, 14 Mar 2001, Arieh Markel wrote: > >> We are about to release a product on which we include Tomcat 3.2. >> >> Our testing and localization people have been banging at our product >> and come up with several remarks about how lookup for a localized >> resource (file: html, gif, javasc

Re: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread David Rees
On Wed, Mar 14, 2001 at 08:19:16AM -0700, Arieh Markel wrote: > >file-based:(path/[locale].filetype) > > 1. /dir/.../index_fr_CA.html > 2. /dir/.../index_fr.html > 3. /dir/.../index_en_US.html > 4. /dir/.../index_en.html > 5. /dir/.../index.html Why not use the same setup

Re: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread cmanolache
+1 for 3.3 +1 for 3.2 if the code change is just adding few methods ( that can't affect anyone ) and a one line change in StaticInterceptor ( and if the release manager is comfortable with that - but that's the default :-) Costin On Wed, 14 Mar 2001, Arieh Markel wrote: > We are about to rele