A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/1269.html
Document ID: 1269
Branch: main
Language: default
Name: Web application structure (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 10/6/06 11:36:09 AM
Updated by: Reinhard Pötz
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 1997 bytes (previous version: 1748 bytes)
Content diff:
<html>
<body>
+++ <h1>Content of a Web Application Archive (WAR)</h1>
+++
<p>If you want to use Cocoon from within a web application, it expects
following
directory structure and files:</p>
(15 equal lines skipped)
<td>
<p>-</p>
</td>
--- <td><tt>[deprecated] </tt>
+++ <td>
<p>Root sitemap of Cocoon. Consider mounting a block to "<tt>/</tt>".</p>
</td>
</tr>
<tr>
<td><tt>blocks</tt></td>
<td/>
<td>
--- <p>Contains all blocks.</p>
+++ <p>Contains all blocks. Currently they need to be extracted.</p>
</td>
</tr>
<tr>
<td><tt>WEB-INF/web.xml</tt></td>
<td>
<p>-</p>
</td>
--- <td/>
+++ <td>
+++ <p>Central configuration file for Java web applications. Find details
below.</p>
+++ </td>
</tr>
<tr>
<td><tt>WEB-INF/cocoon/applicationContext.xml</tt></td>
<td>
<p>-</p>
</td>
<td>
--- <p>Global spring context. Cocoon is initialized here.</p>
+++ <p>Global spring context. Cocoon is initialized here. Find details
below.</p>
</td>
</tr>
<tr>
(51 equal lines skipped)
</tbody>
</table>
+++ <h1>web.xml</h1>
+++
+++ <p>TBD</p>
+++
+++ <h1>applicationContext.xml</h1>
+++
+++ <p>TBD</p>
+++
</body>
</html>