crossley 01/12/05 22:44:45
Modified: documentation/xdocs/installing index.xml
Log:
Fixed XML validation error - cannot use <source> inside <li>
Revision Changes Path
1.6 +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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml 2001/12/05 16:39:34 1.5
+++ index.xml 2001/12/06 06:44:44 1.6
@@ -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]