1 Reply Latest reply on Jan 8, 2002 8:42 AM by gasperm

    Installing Cocoon 2 JBoss-2.4.4 Jetty-3.1.3

    gasperm

      Hy

      The steps are:

      1. Un-jar cocoon.war, put the un-jared directory cocoon/ in .../jboss/deploy/

      2. Copy the following jars from cocoon/WEB-INF/lib/

      xerces-1.4.4.jar
      xalan-2.2.0-D13.jar
      xml-apis.jar
      jstyle.jar

      put them in .../jboss/lib/

      3. Edit run.bat and include the jar's in JBOSS_CLASSPATH before the line with crimson.jar

      set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/xerces-1.4.4.jar
      set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/xalan-2.2.0-D13.jar
      set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/xml-apis.jar
      set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/jstyle.jar

      This should do it.

      Gasper