|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
[mojo-dev] [jira] (MRPM-113) softlinkSource silently does nothing when two or more links are present
- [mojo-dev] [jira] (MRPM-113) softlinkSource silently... Graham Leggett (JIRA)
- [mojo-dev] [jira] (MRPM-113) softlinkSource sil... Graham Leggett (JIRA)

Turns out the correct configuration looks like this:
<mapping> <directory>/usr/share/${tomcat.base}-${tomcat.instance}/conf</directory> <filemode>750</filemode> <username>root</username> <groupname>${tomcat.group}</groupname> <sources> <softlinkSource> <location>/etc/${tomcat.base}-${tomcat.instance}</location> </softlinkSource> </sources> </mapping> <mapping> <directory>/usr/share/${tomcat.base}-${tomcat.instance}/lib</directory> <filemode>750</filemode> <username>root</username> <groupname>${tomcat.group}</groupname> <sources> <softlinkSource> <location>/usr/share/java/${tomcat.base}</location> </softlinkSource> </sources> </mapping>