Installing Laszlo Presentation Server Core

Installation Issues with 4.0.3 Core

General

WebSphere Installation Issues

WebLogic Installation Issues

For more information on WebLogic and Xerces, consult: http://edocs.bea.com/wls/docs70/faq/xml.html#740643

Tomcat Installation Issues

If you are using your own installation of Tomcat and you have modified the set of jars, you need to make sure that the commons-logging.jar is not in the java endorsed list of jars.

If you are using your own installation of Tomcat 4.0 you will need to you will need to copy $LPS_HOME/WEB-INF/lib/jing.jar to $TOMCAT_HOME/common/lib

Linux Notes

On some installations of RedHat 7.2 Linux, you may need the XFree86-libs RPM from
    http://updates.redhat.com/7.2/en/os/i386/.

Caucho Resin Installation Issues

Under Resin 2.1.x, you will need to set the resin configuration parameter, servlet-classloader-hack, to true in $RESIN_HOME/conf/resin.conf.


     <servlet-classloader-hack>true</servlet-classloader-hack&ht;

Under Resin 3.0.x, the syntax in the resin.conf changed to:

     <class-loader>
        ...
       <simple-loader .../>
       <servlet-hack/>
        ...
     </class-loader>

The Java servlet specification and the Java specification disagree on classloader behavior. The servlet container specification makes more sense in the context of servlet containers. Setting this to true, is, in general, required for an Laszlo-enabled webapp.