Description
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.
Attachments
Issue Links
- is superceded by
-
MRM-688 Replace plexus-runtime with standalone jetty bundle
- Closed