Hi Ben, I posted to the tomcat user group with this very issue a few weeks back, http://old.nabble.com/servlet-mappings-to26135815.html#a26135815
I'm afraid tomcat doesn't support that kind of url. It will interpret the whole path as the location of the file and as you discovered you'll get a 404. There's various possible work-arounds, but as this is just for your dev environment i would suggest using a different servlet container such as jetty or or resin, both of which will support this Cheers, Chris 2009/11/11 Ben Densmore <[email protected]> > I recently took over an MG application that is using sesConverter.cfm to do > URL rewriting. > > In production everything runs on IIS and all works well. > > On my local machine I'm running CF 9 on Apache/Tomcat with proxying and > can't seem to get the SES stuff working correctly. The URL gets mapped to > something like > http://mydevsite.local-dev.com/index.cfm/event/frmLogin.html > > I've tried using mod_rewrite to get this to work correctly and while it > stops me from getting a 404 error in Tomcat the pages don't render images or > css and I don't think it's actually getting to the correct page. > > Has anyone had success with this type of configuration and care to share > what you did to get this working? > > Thanks, > Ben > > > > --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
