Hassan,

Thanks, this seems like it might be extensible to more than one file as well.

I'm new to Servlet programming (though experienced in java), so I guess I'll hit the docs to see how to do this, unless you have a code snippet handy--thanks.

Lloyd

On Mar 24, 2008, at 6:48 AM, Hassan Schroeder wrote:
On Sun, Mar 23, 2008 at 10:50 PM, DIGLLOYD INC <[EMAIL PROTECTED]> wrote:

What is the best way to make blog.html => 2008-03-blog.html ?  (eg if
March 2008 is the current blog)

I'd write a simple Filter that gets the current blog location from a
properties  file -- e.g. blog.html=2008-03-blog.html -- and forwards
to it.

Easy and flexible, a/k/a "cheap 'n' cheerful'  :-)

HTH,
--
Hassan Schroeder ------------------------ [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]



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

Reply via email to