dion 02/05/19 15:52:55
Modified: xdocs/ref/j2ee build-file.xml
Log:
no message
Revision Changes Path
1.7 +8 -1 jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build-file.xml 15 May 2002 19:17:45 -0000 1.6
+++ build-file.xml 19 May 2002 22:52:55 -0000 1.7
@@ -150,7 +150,14 @@
<ol>
<li>The war file exists</li>
<li>It is readable</li>
- <li>It contains a WEB-INF/web.xml deployment descriptor</li>
+ <li>The war file has a web.xml (it's only a warning if it
+ doesn't exist)</li>
+ <li>Servlets defined by a <code><servlet><code> tag are
loadable
+ from the war file and <strong>not</strong> the classpath</li>
+ <li>JSPs defined by a <code><servlet><code> tag exist in the
war
+ </li>
+ <li>Taglibs defined by a <code><taglib></code> have a <code>
+ <taglib-location></code> that exists in the war</li>
</ol>
</p>
</subsection>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>