On Wed, Mar 14, 2001 at 08:19:16AM -0700, Arieh Markel wrote:
> 
>    file-based:                (path/<filebasename>[locale].filetype)
>    
> 1. <docbase>/dir/.../index_fr_CA.html
> 2. <docbase>/dir/.../index_fr.html
> 3. <docbase>/dir/.../index_en_US.html
> 4. <docbase>/dir/.../index_en.html
> 5. <docbase>/dir/.../index.html

Why not use the same setup that Apache uses?  If you ever plan on
integrating Tomcat/Apache, this will make the transition painless.

Apache uses this by default I believe:

1. <docbase>/dir/.../index.html.fr
2. <docbase>/dir/.../index.html.en
3. <docbase>/dir/.../index.html

You can read more about it here:

http://httpd.apache.org/docs/content-negotiation.html

-Dave

Reply via email to