On Sunday, Mar 30, 2003, at 12:19 US/Pacific, Sean A Corfield wrote: > Yup, this does indeed get CFMX / JRun up and running on 1.4.1 on Mac.
And as Dick Applebaum pointed out to me offlist, for some bizarre reason, CFMX still thinks it has the 1.3.1 JVM behind it. As does BlueDragon running on JRun. Yet I can't find any mention of 1.3.1 anywhere in either the user environment I use for JRun (java -version correctly reports 1.4.1) or in any of the JRun or CFMX files. Weird. > I haven't successfully got CFMX / Tomcat running on > 1.4.1 yet tho' - this jvm.cfg change seems to be illegal for Tomcat... First thing I did - which made some progress - was to revert the changes to the first two JVM definitions so now I have: -client KNOWN -jvm ALIASED_TO -client -hotspot -server -classic This seems to allow JRun to start while still allowing all the regular command-line Java to continue working (with warnings from the last three lines). Now I'm getting class file version mismatch errors in CFMX which suggests it is still picking up 1.3.1 and getting a conflict with the 1.4.1 environment. This sounds like a tools.jar conflict! So, I removed the tools.jar file from all of my CFMX for J2EE installations on Tomcat and JRun and stopped / started Tomcat and JRun. Bingo! It works! Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

