crossley 01/12/05 22:44:50 Modified: documentation/xdocs/installing Tag: cocoon_20_branch index.xml Log: Fixed XML validation error - cannot use <source> inside <li> Revision Changes Path No revision No revision 1.1.2.5 +8 -7 xml-cocoon2/documentation/xdocs/installing/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/installing/index.xml,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- index.xml 2001/12/05 16:39:01 1.1.2.4 +++ index.xml 2001/12/06 06:44:49 1.1.2.5 @@ -310,16 +310,17 @@ <li>Unpack the jars into a place where your jdk will be able to use them-- $JAVAHOME/jre/classes works for j2sdk1.3</li> - <li>Then add to your tomcat startup script: - <source> + <li>Then add the following to your tomcat startup script + (using CATALINA_OPTS if it is 4.x, TOMCAT_OPTS if it is 3.x) + </li> + </ol> + + <source> export CATALINA_OPTS='-Dawt.toolkit=com.eteks.awt.PJAToolkit \ -Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment \ -Djava.awt.fonts=/usr/local/jdk/jre/lib/fonts/' - </source> - <p>(CATALINA_OPTS if it's 4, TOMCAT_OPTS if it's 3)</p> - </li> - <li><strong>(Re)start Tomcat and enjoy!</strong></li> - </ol> + </source> + <p><strong>(Re)start Tomcat and enjoy!</strong></p> </s3> </s2>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]