taylor 2004/10/15 00:03:26
Modified: portal/src/webapp/WEB-INF/assembly page-manager.xml
Log:
configure the docset handler and new page cache
patch from Randy Watler
Revision Changes Path
1.3 +14 -1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/page-manager.xml
Index: page-manager.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/page-manager.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- page-manager.xml 17 Sep 2004 20:04:53 -0000 1.2
+++ page-manager.xml 15 Oct 2004 07:03:26 -0000 1.3
@@ -35,6 +35,15 @@
<constructor-arg index="4" ><ref bean="PageFileCache"/></constructor-arg>
</bean>
+ <bean id="DocumentSetDocumentHandler"
+ class="org.apache.jetspeed.page.document.CastorFileSystemDocumentHandler" >
+ <constructor-arg
index="0"><value>/META-INF/page-mapping.xml</value></constructor-arg>
+ <constructor-arg index="1"><value>.ds</value></constructor-arg>
+ <constructor-arg index="2"
><value>org.apache.jetspeed.om.folder.DocumentSet</value></constructor-arg>
+ <constructor-arg index="3"
><value>${applicationRoot}/WEB-INF/pages</value></constructor-arg>
+ <constructor-arg index="4" ><ref bean="PageFileCache"/></constructor-arg>
+ </bean>
+
<bean id="FolderMetaDataDocumentHandler"
class="org.apache.jetspeed.page.document.CastorFileSystemDocumentHandler" >
<constructor-arg
index="0"><value>/META-INF/page-mapping.xml</value></constructor-arg>
@@ -54,6 +63,9 @@
<entry key=".link">
<ref bean="LinkDocumentHandler" />
</entry>
+ <entry key=".ds">
+ <ref bean="DocumentSetDocumentHandler" />
+ </entry>
<entry key="folder.metadata">
<ref bean="FolderMetaDataDocumentHandler" />
</entry>
@@ -76,7 +88,8 @@
<constructor-arg index="0"><ref bean="IdGenerator"/></constructor-arg>
<constructor-arg index="1"><ref
bean="DocumentHandlerFactory"/></constructor-arg>
<constructor-arg index="2"><ref bean="FolderHandler"/></constructor-arg>
- <constructor-arg index="3"><value>true</value></constructor-arg>
+ <constructor-arg index="3"><value>100</value></constructor-arg>
+ <constructor-arg index="4"><value>true</value></constructor-arg>
</bean>
</beans>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]