[ http://jira.magnolia.info/browse/MAGNOLIA-509?page=all ]
Nicolas Modrzyk updated MAGNOLIA-509:
-------------------------------------
Attachment: cache-path.tar.gz
The web.xml code is as follow:
<servlet>
<servlet-name>CacheServlet</servlet-name>
<servlet-class>
info.magnolia.cms.servlets.CacheGeneratorServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>CacheServlet</servlet-name>
<url-pattern>/CacheServlet</url-pattern>
</servlet-mapping>
And the necessary classes are attached.
> Create Cache for entire Website
> -------------------------------
>
> Key: MAGNOLIA-509
> URL: http://jira.magnolia.info/browse/MAGNOLIA-509
> Project: magnolia wcm
> Type: New Feature
> Components: deployment
> Versions: 2.1 RC 3
> Environment: Any
> Reporter: Nicolas Modrzyk
> Assignee: Boris Kraft
> Attachments: cache-path.tar.gz
>
> I've created a working CacheGeneratorServlet , that takes all the node
> available in the website, and then generate the cache for each node.
> I found out that it was quite useful in production environment, when
> deploying the application.
> This is beta quality I guess. It is working but there is no documentation. If
> I get some feedback on this I will finish it properly tomorrow, along with an
> interface similar to the other 'utility' servlets.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------