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 a...@ice-sa.com wrote: Juha Laiho wrote: ... servlet-mapping id=coldfusion_mapping_6 servlet-nameCfmServlet/servlet-name

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 Host name=mysite.dev appBase=webapps

Re: tomact, apache adobe coldfusion 9

2009-10-30 Thread Chris Blackwell
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 peter.crowt...@melandra.com 2009/10/30 Chris Blackwell ch...@team193.com: VirtualHost *:80 DocumentRoot C:\Users\Chris

Re: tomact, apache adobe coldfusion 9

2009-10-30 Thread Chris Blackwell
/10/30 André Warnier a...@ice-sa.com Chris Blackwell wrote: ... VirtualHost *:80 DocumentRoot C:\Users\Chris\Documents\Eclipse Workspace\mysite Bad idea, almost always... ServerName mysite.dev ProxyPreserveHost On ProxyPassReverse / ajp://localhost:8009/ RewriteEngine

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

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 servlet-mapping id=coldfusion_mapping_6 servlet-nameCfmServlet/servlet-name