Server is launched with default values while passing a folder to the
UberJarMain class
--------------------------------------------------------------------------------------
Key: DIRSERVER-1411
URL: https://issues.apache.org/jira/browse/DIRSERVER-1411
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.3, 1.5.4, 1.5.5
Reporter: Pierre-Arnaud Marcelot
Assignee: Pierre-Arnaud Marcelot
Priority: Blocker
Server is launched with default values while passing a folder to the
UberJarMain class.
It should be using the server.xml in the 'conf' folder of the given location.
This issue is due to this line:
String confFile = layout.getConfigurationFile().toURI().toURL().toString();
It should be replaced as:
String confFile = layout.getConfigurationFile().getAbsolutePath();
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.