geirm 01/12/13 11:24:56
Modified: xdocs developer-guide.xml
docs developer-guide.html
Log:
Added info re dependency jars in the servlet deploy/setup section
(there was a note on the user list...)
Revision Changes Path
1.63 +8 -3 jakarta-velocity/xdocs/developer-guide.xml
Index: developer-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- developer-guide.xml 2001/12/13 18:08:06 1.62
+++ developer-guide.xml 2001/12/13 19:24:56 1.63
@@ -2677,7 +2677,7 @@
all the pieces into place and working. Using a servlet engine like Tomcat or Resin
is far from obvious for the first time user (and even for more experienced
users...).
The following are the basic instructions, to the best of our knowledge, for getting
-the SampleServlet examplr working. Note that the sample template
<code>sample.vm</code>
+the SampleServlet example working. Note that the sample template
<code>sample.vm</code>
and the servlet code itself, <code>SampleServlet.java</code> are
found in the <code>examples/servlet_example</code> directory. Although some
servlet
engines (Resin, for example) will compile the servlet for you, it would be best if
@@ -2708,7 +2708,11 @@
</blockquote>
</li>
<li>
- Put the velocity-1.1.jar (or newer) into the velexample/WEB-INF/lib directory
+ Put the Velocity jar into the velexample/WEB-INF/lib directory. Note that with
v1.2
+ and newer, you either have to either use the jar from the distribution (or that
you
+ build yourself) that contains all the dependencies ( ex. velocity-dep-1.2.jar) or
+ you must add the dependency jars yourself to the WEB-INF/lib directory. Please see
+ the section "Getting Started" and "Dependencies", above.
</li>
<li>
Put the SampleServlet.class into the velexample/WEB-INF/classes directory
@@ -2759,7 +2763,8 @@
Copy the sample.vm template file into the doc/ directory
</li>
<li>
-Copy the velocity-1.1.jar into the doc/WEB-INF/lib directory.
+Copy the Velocity jar (and any required dependencies - see note above in
+Tomcat setup section) into the doc/WEB-INF/lib directory.
</li>
<li>
Start resin.
1.86 +8 -3 jakarta-velocity/docs/developer-guide.html
Index: developer-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- developer-guide.html 2001/12/13 18:08:06 1.85
+++ developer-guide.html 2001/12/13 19:24:56 1.86
@@ -3373,7 +3373,7 @@
all the pieces into place and working. Using a servlet engine like Tomcat or Resin
is far from obvious for the first time user (and even for more experienced
users...).
The following are the basic instructions, to the best of our knowledge, for getting
-the SampleServlet examplr working. Note that the sample template
<code>sample.vm</code>
+the SampleServlet example working. Note that the sample template
<code>sample.vm</code>
and the servlet code itself, <code>SampleServlet.java</code> are
found in the <code>examples/servlet_example</code> directory. Although some
servlet
engines (Resin, for example) will compile the servlet for you, it would be best if
@@ -3401,7 +3401,11 @@
</blockquote>
</li>
<li>
- Put the velocity-1.1.jar (or newer) into the velexample/WEB-INF/lib directory
+ Put the Velocity jar into the velexample/WEB-INF/lib directory. Note that with
v1.2
+ and newer, you either have to either use the jar from the distribution (or that
you
+ build yourself) that contains all the dependencies ( ex. velocity-dep-1.2.jar) or
+ you must add the dependency jars yourself to the WEB-INF/lib directory. Please see
+ the section "Getting Started" and "Dependencies", above.
</li>
<li>
Put the SampleServlet.class into the velexample/WEB-INF/classes directory
@@ -3449,7 +3453,8 @@
Copy the sample.vm template file into the doc/ directory
</li>
<li>
-Copy the velocity-1.1.jar into the doc/WEB-INF/lib directory.
+Copy the Velocity jar (and any required dependencies - see note above in
+Tomcat setup section) into the doc/WEB-INF/lib directory.
</li>
<li>
Start resin.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>