mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added file server configuration MBean and CIFS mounter classes.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4701 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
<map>
|
||||
<!-- MBeans to register with alfrescoMBeanServer -->
|
||||
<entry key="Alfresco:Name=VirtServerRegistry,Type=VirtServerRegistry" value-ref="VirtServerRegistry"/>
|
||||
<entry key="Alfresco:Name=FileServerConfig,Type=FileServerConfig" value-ref="FileServerConfig"/>
|
||||
</map>
|
||||
</property>
|
||||
</bean>
|
||||
@@ -113,6 +114,10 @@
|
||||
value="${alfresco.jmx.dir}/alfresco-jmxrmi.access"/>
|
||||
</bean>
|
||||
|
||||
<bean id="FileServerConfig"
|
||||
class="org.alfresco.filesys.server.config.FileServerConfig">
|
||||
<property name="fileServerConfiguration"><ref bean="fileServerConfiguration"/></property>
|
||||
</bean>
|
||||
|
||||
<!-- Datasource bean -->
|
||||
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
|
||||
|
Reference in New Issue
Block a user