You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jeff Faath (JIRA)" <ju...@ws.apache.org> on 2009/02/17 19:30:59 UTC

[jira] Created: (JUDDI-193) Fix path bug with manual installation

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.


[jira] Closed: (JUDDI-193) Fix path bug with manual installation

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-193.
-----------------------------


> 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.


[jira] Resolved: (JUDDI-193) Fix path bug with manual installation

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath resolved JUDDI-193.
------------------------------

    Resolution: Fixed

fixed (used File.separator).

> 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.


[jira] Commented: (JUDDI-193) Fix path bug with manual installation

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675205#action_12675205 ] 

Kurt T Stam commented on JUDDI-193:
-----------------------------------

Use java.io.File.separator ?

> 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.