Archive

Archive for the ‘tomcat’ Category

Installing ColdFusion8 on Tomcat6

June 7th, 2008 rupert Comments off

Tomcat Install:
http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/

1. download tomcat http://tomcat.apache.org/

2. By default, MacOSX already has java in /Library/Java/Home

3. extract apache-tomcat-6.0.16.tar.gz

4. mv apache-tomcat-6.0.16 /usr/local/tomcat

5. cd /Library/StartupItems

6. sudo mkdir Tomcat

7. sudo vim tomcat

Deploying coldfusion as a war
http://www.adobe.com/support/coldfusion/j2ee/cfmx7j2ee_tomcat_deploy.html

8. When prompeted: Select J2EE configuration/WAR file

9. Copy cfusion.war to /usr/local/tomcat/webapps/

It should be automatically deployed, if not, then stop start tomcat

10. move tools.jar tools.old

11. Download the jce security and replace the files from your jdk directory

Categories: tomcat Tags: ,