Re: servlet mappings

2009-10-31 Thread Chris Blackwell
yeah, that what surprised mr. that someone would design something that looks so much like a wildcats, but actually it's not On 31 Oct 2009, at 09:08, André Warnier wrote: Juha Laiho wrote: ... CfmServlet *.cfm/* I don't think the above mapping is valid. Seconded, and tried a

servlet mappings

2009-10-30 Thread Chris Blackwell
I'm trying to get basic SES urls working, in the form of http://mysite.dev/index.cfm/foo/1/bar/2 Coldfusion 9's web.xml ships with the following servelt-mapping, but it doesn't seem to work on Tomcat CfmServlet *.cfm/* I just end up with 404's. Anyone suggest a way to achieve thi

Re: tomact, apache & adobe coldfusion 9

2009-10-30 Thread Chris Blackwell
Ok, that was it. chrome was hanging on to the source in its cache and really didn't want to give it up. I do take on board your points about the single docroot approach. testing here on windows requesting indeX.cfM will serve up the source, which isn't good! but the hosting environment is linux

Re: tomact, apache & adobe coldfusion 9

2009-10-30 Thread Chris Blackwell
tioning correctly Chris 2009/10/30 André Warnier > Chris Blackwell wrote: > ... > > > >> >> DocumentRoot "C:\Users\Chris\Documents\Eclipse Workspace\mysite" >> > > Bad idea, almost always... > > > ServerName mysite.dev >> >> P

Re: tomact, apache & adobe coldfusion 9

2009-10-30 Thread Chris Blackwell
his is my first venture into tomcat territory so i'm testing the waters on my workstation so to speak before installing anything on the server. Cheers, Chris 2009/10/30 Peter Crowther > 2009/10/30 Chris Blackwell : > > > > DocumentRoot "C:\Users\Chris\Documents\E

tomact, apache & adobe coldfusion 9

2009-10-30 Thread Chris Blackwell
Hi all, I've setup tomcat and apache on my workstation, and unpacked the contents of the coldfusion 9 war file to my application root. I have added Host in server.xml and can browse to http://mysite.dev:8080 and everything runs fine. looks like this So i then wanted to connect apache to tom