On Mon, Mar 22, 2010 at 4:59 PM, Ash <[email protected]> wrote: > I have index.cfm > Index.jsp is running fine. > > I'd check your logs--forbidden almost always means forbidden in my experience. :-) The logs (at least in the Apache/Tomcat world) typically give more detail about specifically what's going on.
Another suggestion if you're up for it--run CF 9 on Tomcat or some other servlet container instead of using JRun. I'm in a situation where I've been doing some side-by-side comparisons between JRun and Tomcat recently and in my load testing, running the exact same application, CF 8 on Tomcat was able to handle 3X the amount of traffic and used 1/2 - 1/3 the RAM as CF 8 on JRun. Ultimately you'll wind up with a much more flexible (not to mention modern; JRun is woefully out of date at this point) development environment. Just another option to consider. I'm not trying to bash JRun unnecessarily, but other than its use as the underpinnings of ColdFusion it's abandonware at this point, and the load testing I've been doing recently really opened my eyes, so when the topic comes up I try to steer people towards other options. -- 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 from this group, send email to openbd+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
