ColdFusion 9.0 Resources |
J2EE configuration problemsProblem:There is inconsistent behavior when you try to launch JRun using /opt/jrun4/bin/jrun. Solution:Launch JRun by using the following command: /yourJAVA_HOME/bin/java -jar /opt/jrun4/lib/jrun.jar -start cfusion Problem:When you install ColdFusion on Red Hat Enterprise Linux 4, the installation script incorrectly report a warning regarding the C++ compatibility pack. Solution:If you plan to use Verity or C++ based custom CFX tags, you should interrogate your system for compat-libstdc++ and glibc packages and install them if necessary. Either query all packages and use the grep command as a filter or query the exact package name. For example, the command rpm -qa | grep compat-libstdc++ queries all packages and filters or greps on the string compat-libstdc++. This command might produce two results, compat-libstdc++-33-3.2.3-47.3 and compat-libstdc++-296-2.96-132.7.2. |