Ariff Sidi wrote:
> 
> 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.
> 

Then use whatever is available through your choice of webserver/servlet
engine.  Tomcat provides ways to map servlets so that you can avoid the
app/servlet/app part of the url, other servlet engines must provide a
way to do this as well.  That part of request is outside the domain of
Turbine imho.  I think it would be good to allow the template and action
keywords be configurable and it has been a todo item for a couple years,
but no one ever takes the time to implement it.  Finally if you want a
Struts style keyword mapping, it would be easy to plug this into Turbine
as well.  No one here has chosen to implement this as it is not
considered as easy to work with as the current design, but feel free.

john mcnally

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

Reply via email to