Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Search Engine Friendly URLs

Thanks.  There is already a rewrite class that comes with Jetty.  I have it sort of configured, the documentation is very limited.  While it might solve my problem, figuring out how would be an adventure.  I do have rewrite doing 302 redirects but the other stuff seems to not work in that the /data/name part never makes it to Railo.

Andrew Penhorwood

On Wed, Jan 6, 2010 at 9:19 AM, Chad La Joie <chad.lajoie@xxxxxxxxx> wrote:
I've seen this[1] referenced before.  No idea if it will work for what you want or not.

http://tuckey.org/urlrewrite/

Andrew Penhorwood wrote:
Is there a way to do Search Engine Friendly (SEF) URL in Jetty 7?  I am
using Railo (open source coldfusion engine) with Jetty 7 and that is working
great.  But now I would like to enable SEF URLs so that
domain/index.cfm/data/name gets processed as if it was
domain/index.cfm?data="">
I found a filter from the OpenBlueDragon (another open source coldfusion
engine) that should convert the /data/name part into path info.  It does not
seem to work and it was compiled for Jetty 6.x.

Any help / pointers would be greatly appreciated.


------------------------------------------------------------------------

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users

--
SWITCH
Serving Swiss Universities
--------------------------
Chad La Joie, Software Engineer, Net Services
Werdstrasse 2, P.O. Box, 8021 Zürich, Switzerland
phone +41 44 268 15 75, fax +41 44 268 15 68
chad.lajoie@xxxxxxxxx, http://www.switch.ch

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top