Hello Sean, > and I get the bare bones FarCry demo site and it all seems to work
Well that means you are pretty close then. We have only recently obtained a Mac here and I have not had a chance to get either CFMX up on it yet or FarCry. But we are powering along with FarCry on the windows systems. > but when I login, it just keeps showing the same page over and over A couple of things to check: 1. I don't think proxy re-writes will work. Generally what I hear Apache users doing is creating virtual directories or servers to run FarCry. Under the CFMX webserver we create virtual directories in the WEB-INF\jrun.xml file to do this. It lets us run a FarCry app in a subdirectory off the root. However, I don't know if anyone has actually run it under Tomcat. 2. You certainly need to make sure there is a /farcry mapping in the Cold Fusion administrator. This should map to main FarCry root directory (the one off which all the farcry_core, fourq, <applications> stem from. However, I am guessing this is correct otherwise you probably would not have been able to run the Install script. 3. In the abovementioned "root" check the apps.cfm file and ensure that it has an entry that looks like this: stApps = structNew(); stApps['localhost'] = '<your_site_subdirectory>'; Your subdirectory should be off that same mentioned root. Gary Menzel Web Development Manager IT Operations Brisbane -+- ABN AMRO Morgans Limited Level 29, 123 Eagle Street BRISBANE QLD 4000 PH: 07 333 44 828 FX: 07 3834 0828 --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
