我正在使用 WebSphere 6.1 运行的 Solaris 10 64 位 (Sparc) 上安装 ColdFusion 应用程序。CF 附带的 cfcompile 脚本引用了 jrun.jar,但是当 CF 作为 ear 文件安装时,该库不可用。cfcompile.sh 的摘要如下:
su $cfuser -c "${_JAVACMD} -cp $CLASSES -Dcoldfusion.classPath=$CFUSION_HOME/lib/updates,$CFUSION_HOME/lib -Dcoldfusion.libPath=$CFUSION_HOME/lib coldfusion.tools.CommandLineInvoker Compiler -cfroot $CFUSION_HOME -webinf $WEBINF -webroot $webroot $dir"
除了将 CF 作为独立安装在 JRUN 服务器上运行之外,您是否找到解决此问题的方法(即预编译应用程序)?