> and I can't successfully run the 'jar -xvf....' command. All this command does is extract the contents of the JAR/WAR/EAR file into a directory. The JAR format is actually just a ZIP file. Presumably, the reason this doesn't work for you is that the jar executable isn't in your path. So, you can either find out the correct path and explicitly specify it or set it as an environment variable, or you can use any zip-compatible tool to extract the files for you. I do this on Windows all the time by just renaming the files from .war to .zip and using WinZip or the built-in Windows zip tools in XP and Windows Server 2003.
> I created the directories (cfusion and CFIDE) under the default > directory in my "servers" directory under jrun, which is in my > applications folder. Did I screw that up? You will want to extract cfusion.war and rds.war into your application server's directory. On my Windows machine, that ends up being something like this: c:\jrun4\servers\cfusion\cfusion-ear. Presumably, if you install into the default instance of JRun, you'd have something like c:\jrun4\servers\default\cfusion-ear. Obviously, your paths on OS X will be a little different, but probably not much. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185941 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

