On Wed, Mar 31, 2010 at 11:35 AM, fingerskier <[email protected]> wrote:
> My question is: can I set things up to work with having to include > the index.cfm? Like so: mydomain.com/some/thing/here Is there a some > special syntax in web.xml to make this happen? > > You'd have to use URL rewriting to accomplish this--I don't believe GAE has this capability natively, but you should be able to add this to your project and use it: http://tuckey.org/urlrewrite/ Note that I haven't tried this personally so if you run into issues let me know and I'll do what I can to help. Since that's a plain old servlet filter in theory it should work. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca/Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !! To unsubscribe, reply using "remove me" as the subject.
