ilene 2003/02/25 07:50:10
Modified: java/xdocs/sources/xalan resources.xml readme.xml faq.xml
Log:
More doc changes from Sarah McNamara ([EMAIL PROTECTED])
Revision Changes Path
1.32 +4 -0 xml-xalan/java/xdocs/sources/xalan/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- resources.xml 21 Feb 2003 20:10:07 -0000 1.31
+++ resources.xml 25 Feb 2003 15:50:10 -0000 1.32
@@ -116,6 +116,10 @@
title="Java Specification Request 63"
location="http://java.sun.com/aboutJava/communityprocess/review/jsr063"/>
+ <resource id="tomcat"
+ title="The Jakarta Site - Apache Tomcat"
+ location="http://jakarta.apache.org/tomcat/"/>
+
<resource id="xmlapirepository"
title="xml-commons/java/external/src"
location="http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/"/>
1.90 +2 -2 xml-xalan/java/xdocs/sources/xalan/readme.xml
Index: readme.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- readme.xml 21 Feb 2003 20:10:08 -0000 1.89
+++ readme.xml 25 Feb 2003 15:50:10 -0000 1.90
@@ -413,8 +413,8 @@
<p>If you modify a sample and want to recompile it, you can run the Java
compiler in the directory containing the
example. Be sure xalan.jar, xml-apis.jar, and &xml4j-jar; are on the
classpath. </p>
<p>To recompile and run the class files in the servlet subdirectory, the
javax.servlet and
- javax.servlet.http packages must also be on the classpath. Sun
distributes these packages in
- the JSWDK 1.0.1 servlet.jar file.</p>
+ javax.servlet.http packages must also be on the classpath. These packages
are available via
+ the servlet.jar file found in Apache Tomcat ( see <resource-ref
idref="tomcat"/> ).</p>
<p>After recompiling a sample, you can use the Sun jar utility to place
your new .class files in
xalansamples.jar.</p>
<p>You can use Ant with the samples target to recompile the samples and
place the unpackaged class files in xalansamples.jar.
1.29 +5 -3 xml-xalan/java/xdocs/sources/xalan/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/faq.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- faq.xml 21 Feb 2003 20:10:07 -0000 1.28
+++ faq.xml 25 Feb 2003 15:50:10 -0000 1.29
@@ -373,9 +373,11 @@
<br />
</li>
<li>To run the samples in the samples subdirectories,
xalansamples.jar must be on the
- classpath. To run the servlet (in samples/servlet),
xalanservlet.jar must be on the
- classpath along with the javax.servlet and javax.servlet.http
packages. Sun distributes
- the javax.servlet packages in the JSWDK servlet.jar file.
+ classpath. To run the servlet samples, you must place
xalanservlet.war
+ on a web server with a servlet engine and you must put the
javax.servlet and
+ javax.servlet.http packages on the classpath. These packages
+ are available via the servlet.jar file found in Apache Tomcat
( see <resource-ref
+ idref="tomcat"/> ).
<br />
<br />
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]