Skip to main content
Participant
November 19, 2009
Question

Precompilation for ColdFusion for Solaris (SPARC) and WebSphere

  • November 19, 2009
  • 1 reply
  • 311 views

I am in the process of installing a ColdFusion application on Solaris 10 64-bit
(Sparc) running with WebSphere 6.1. The cfcompile script makes a reference to
jrun.jar however this is not available when CF is installed as an ear file that
is to be deployed on WAS. An abstract of cfcompile.sh is the following:
 
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"

Do you see ways to solve this problem?

    This topic has been closed for replies.

    1 reply

    Inspiring
    November 19, 2009

    Are you sure you need jrun.jar and not j2ee.jar? I don't have CF 6.1 anymore, but in later versions the compile dependency is for j2ee.jar, which can be the j2ee.jar from whichever vendor.

    Anyway, you can compile your CFML on any platform and then move it to WebSphere.