I did search the archives but didn't find this answer.  I'll try again.

mod_rewrite is very Apache specific and our deployment platform is not
Apache.

In my opinion the verbosity of the URLs does matter because I feel it
exposes too much information about technology choices to the end user.
Let's not forget who we write applications for, it's usually not ourselves.

Thanks for your help.

-----Original Message-----
From: Jon Stevens [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 4:33 PM
To: Turbine-user
Subject: Re: Turbine servlet extension mapping?


on 8/9/01 4:27 PM, "Ariff Sidi" <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I'm exploring switching from Struts to Turbine & Velocity.  Can the
Turbine
> servlet be setup with an extension mapping instead of the extremely
verbose
> mappings I see in all the docs?
>
> Instead of,
> http://hostname/test-app/servlet/Turbine/some-template.vm
>
> I'd like to setup the Turbine servlet to respond to the .vm extension
> http://hostname/test-app/some-template.vm
>
> Will the Turbine servlet operate in that manner?
>
> Thanks

Please search the archives before posting because this has come up a
bazillion times in the past.

Right now, we suggest that you use mod_rewrite.

Also, that "verbose" stuff really doesn't matter since you don't have to
type that in. That is what the $link object is for.

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to