[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6223) Externalize the DeploymentRepository attachments location
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Thu Nov 20 19:29:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAS-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott M Stark resolved JBAS-6223.
---------------------------------
Resolution: Done
There is an attachmentsRoot property now:
<bean name="SerializableDeploymentRepositoryFactory" class="org.jboss.system.server.profileservice.repository.SerializableDeploymentRepositoryFactory">
<property name="storeRoot">${jboss.server.base.dir}</property>
<property name="attachmentsRoot">${jboss.server.data.dir}/attachments</property>
> Externalize the DeploymentRepository attachments location
> ---------------------------------------------------------
>
> Key: JBAS-6223
> URL: https://jira.jboss.org/jira/browse/JBAS-6223
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: ProfileService
> Affects Versions: JBossAS-5.0.0.CR2
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Fix For: JBossAS-5.0.0.GA
>
>
> Right now the admin attachments are placed into the profileRoot/attachments directory. This should be a configuration property on the DeploymentRepository interface.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list