Author: bwallace
Date: Tue Apr 25 17:36:19 2006
New Revision: 397031
URL: http://svn.apache.org/viewcvs?rev=397031&view=rev
Log:
[TAPESTRY-839] Added note about hivemodule.xml location for web applications.
Modified:
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/hivemind.xml
Modified:
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/hivemind.xml
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/hivemind.xml?rev=397031&r1=397030&r2=397031&view=diff
==============================================================================
---
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/hivemind.xml
(original)
+++
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/UsersGuide/hivemind.xml
Tue Apr 25 17:36:19 2006
@@ -151,6 +151,8 @@
<li>/WEB-INF/<em>applicationId</em>/hivemodule.xml</li>
<li>/WEB-INF/hivemodule.xml</li>
</ul>
+ <note>The descriptor will not be recognized if it is located in
META-INF/ in the context root of a web application
+ however it will if it is under the WEB-INF/ locations. The
META-INF/ location is specific to libraries.</note>
<p> Both of these files exist in the web application context; the
<em>applicationId</em> is the name of the application
servlet, as given in web.xml deployment descriptor (this is only
useful in the very rare case that you package
more than one Tapestry application in a single web application). </p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]