Installing ColdFusion8 on Tomcat6
Tomcat Install:
http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/
-
download tomcat http://tomcat.apache.org/
-
By default, MacOSX already has java in /Library/Java/Home
-
extract apache-tomcat-6.0.16.tar.gz
-
mv apache-tomcat-6.0.16 /usr/local/tomcat
-
cd /Library/StartupItems
-
sudo mkdir Tomcat
-
sudo vim tomcat
Deploying coldfusion as a war
http://www.adobe.com/support/coldfusion/j2ee/cfmx7j2ee_tomcat_deploy.html
-
When prompeted: Select J2EE configuration/WAR file
-
Copy cfusion.war to /usr/local/tomcat/webapps/
It should be automatically deployed, if not, then stop start tomcat
-
move tools.jar tools.old
-
Download the jce security and replace the files from your jdk directory