Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Anyone manage to get ColdFusion to work under Apache on OS X 10.10 Yosemite?

New Here ,
Nov 05, 2014 Nov 05, 2014

Hi all I'm having great difficulty getting ColdFusion10 to work under Apache with OS X 10.10 Yosemite.

Here is a description of what I've faced and a little of what I've done to solve my problem

Problem 1

Apache httpd.conf file gets messed up

Solution: copy original httpd.conf file from /etc/apache2/original/ to /etc/apache2/

Problem 2

No Java Virtual Machine is installed!

Solution: install Java (version 6 or 7 is better) you may only be able to install version 8

Problem 3

ColdFusion doesn't know where your Java installation is so find and update your ColdFusion configuration files

/Applications/ColdFusion10/cfusion/bin/jvm.config

/Applications/ColdFusion10/cfusion/bin/coldfusion

/Applications/ColdFusion10/cfusion/runtime/bin/wsconfig_jvm.config

change the source to whatever your current Java is and where it's located

for example if you have version 7 installed:

/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home

if you have version 8 installed:

/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home

Problem 4

INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: YOUR PATH HERE!

Solution:Still working on this one!

573
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources