Fix path bug with manual installation
-------------------------------------
Key: JUDDI-193
URL: https://issues.apache.org/jira/browse/JUDDI-193
Project: jUDDI
Issue Type: Bug
Affects Versions: 3.0alpha
Reporter: Jeff Faath
Assignee: Jeff Faath
Fix For: 3.0beta
The manual installation does not work in linux as a "\" is hardcoded to the
path. A quick fix is to change the installation line in index.jsp to this:
Install.install(request.getRealPath("WEB-INF/install") + "/",
request.getParameter("rootPartition"), true);
But, the code should be made to work regardless of OS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.