Activation: keypair.properties gets created in the wrong directlory ->
/apache-tomcat-6.0.32/bin/WEB-INF/config/default/keypair.properties
------------------------------------------------------------------------------------------------------------------------------------------
Key: MAGNOLIA-4071
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4071
Project: Magnolia
Issue Type: Bug
Security Level: Public
Components: activation
Affects Versions: 4.5.1, 4.5
Reporter: Christian Ringele
Assignee: Philipp Bärfuss
Fix For: 4.5.2
The configuration in the magnolia.properties file:
magnolia.author.key.location=WEB-INF/config/default/keypair.properties
should create the file 'keypair.properties' relative within the WEB-INF lib
folder.
So correct would be:
apache-tomcat-6.0.32/webapps/magnoliaAuthor/WEB-INF/config/default/keypair.properties
But the file gets created in:
apache-tomcat-6.0.32/bin/WEB-INF/config/default/keypair.properties
There for depending on the write rights on the bin folder of the the file can't
be created. Usually the webapplication process doesn't have write writes to
tomcat's bin folder -> activation fails.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------