PLEXUS_BASE does not work for local databases
---------------------------------------------
Key: MRM-618
URL: http://jira.codehaus.org/browse/MRM-618
Project: Archiva
Issue Type: Bug
Components: system
Affects Versions: 1.0
Reporter: Yuri Schimke
To get it to work, I had to edit plexus.xml and change the 2 database
references. for example
<value>jdbc:derby:${plexus.home}/data/users/database;create=true</value>
to
<value>jdbc:derby:${appserver.base}/data/users/database;create=true</value>
plexus.home is set to the installation directory I believe. So my users were
not available after upgrade.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira