Thats a good point, that could very well be have been it. In any case, the wwwroot was wrong in more than one place. I'm slowly but surly getting these issues worked out.
I still have this issue with the SES urls and custom extensions. I may have mentioned that I added an entry the web.xml file <servlet-mapping> <servlet-name>CfmServlet</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping> and that adding this entry allowed me to call a page like www.mysite.com/index.myext/fuseaction/foo/ Since, it ended with a slash, cf would pick it up based on the above mapping. The problem with this is that cf also wants to handle a request to www.mysite.com/ or www.mysite.com/members/ instead of letting IIS handle it and return the default doc. The funny thing is that this only happens within Virtual Directories. At the root, IIS will return the default document and all is well. But inside a VIRTUAL Directory, CF looks for a file names "/" and returns a file not found error. Brook At 06:28 PM 29/07/02 -0700, you wrote: >On Monday, July 29, 2002, at 03:13 , Brook Davies wrote: > > Sure, but, I am not 100% sure that's what resolved the issue. Also, I > > would > > actually like to compare my registry settings with some of yours because > > mine seem a little fishy. > >Tricky... I don't have a 'registry' on the machines where I do CFMX >development (all Unix). > >I guess if the web root directory is incorrect, JRun would not start >because it wouldn't be able to find WEB-INF (maybe)? > >Sean A Corfield -- http://www.corfield.org/blog/ > >"If you're not annoying somebody, you're not really alive." >-- Margaret Atwood > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

