Author: d.plentz
Date: 2008-08-12 11:56:15 -0400 (Tue, 12 Aug 2008)
New Revision: 15039
Modified:
core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial.xml
Log:
[HHH-3397] Wrong "jsdk.jar" referenced in the tutorial
Yes, again.
Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial.xml 2008-08-12
15:42:10 UTC (rev 15038)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial.xml 2008-08-12
15:56:15 UTC (rev 15039)
@@ -1566,8 +1566,9 @@
<para>
Before you compile and deploy the web application, note that an
additional library
- is required: <literal>jsdk.jar</literal>. This is the Java
servlet development kit,
- if you don't have this library already, get it from the Sun website
and copy it to
+ is required: <literal>servlet.jar</literal>. This is the Java
Servlet Development Kit,
+ if you don't have this library already, get it from the
+ <ulink
url="http://java.sun.com/products/servlet/archive.html">Sun
website</ulink> and copy it to
your library directory. However, it will be only used for compilation and
excluded
from the WAR package.
</para>