You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Ken (JIRA)" <ca...@jakarta.apache.org> on 2008/03/04 11:18:40 UTC

[jira] Created: (CACTUS-253) JettyContainerManager unable to load jspRedirector.jsp

JettyContainerManager unable to load jspRedirector.jsp
------------------------------------------------------

                 Key: CACTUS-253
                 URL: https://issues.apache.org/jira/browse/CACTUS-253
             Project: Cactus
          Issue Type: Bug
          Components: Eclipse Integration
    Affects Versions: 1.8
            Reporter: Ken
             Fix For: 1.8


The Eclipse plugin runner can't load the jspRedirector resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Closed: (CACTUS-253) JettyContainerManager unable to load jspRedirector.jsp

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev closed CACTUS-253.
---------------------------------


> JettyContainerManager unable to load jspRedirector.jsp
> ------------------------------------------------------
>
>                 Key: CACTUS-253
>                 URL: https://issues.apache.org/jira/browse/CACTUS-253
>             Project: Cactus
>          Issue Type: Bug
>          Components: Eclipse Integration
>    Affects Versions: 1.8
>            Reporter: Ken
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>         Attachments: JettyContainerManager.java.diff
>
>
> The Eclipse plugin runner can't load the jspRedirector resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Resolved: (CACTUS-253) JettyContainerManager unable to load jspRedirector.jsp

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev resolved CACTUS-253.
-----------------------------------

    Resolution: Fixed
      Assignee: Petar Tahchiev

Applied the patch. Thanks. I am closing this issue since the cactus-eclipse plugin works with Eclipse 3.3(Europa).

> JettyContainerManager unable to load jspRedirector.jsp
> ------------------------------------------------------
>
>                 Key: CACTUS-253
>                 URL: https://issues.apache.org/jira/browse/CACTUS-253
>             Project: Cactus
>          Issue Type: Bug
>          Components: Eclipse Integration
>    Affects Versions: 1.8
>            Reporter: Ken
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>         Attachments: JettyContainerManager.java.diff
>
>
> The Eclipse plugin runner can't load the jspRedirector resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Updated: (CACTUS-253) JettyContainerManager unable to load jspRedirector.jsp

Posted by "Ken (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken updated CACTUS-253:
-----------------------

    Attachment: JettyContainerManager.java.diff

JettyContainerManager expects to find the jspRedirector.jsp resource in the plugin's lib/confs directory.  However, JettyContainerManager uses an absolute path that may not work on all installations, platforms, or Cactus versions.

This patch addresses this issue by using a path relative to the plugin's directory.

The resource will still not be found, however, as jspRedirector.jsp is not in the confs directory - which does not exist.


> JettyContainerManager unable to load jspRedirector.jsp
> ------------------------------------------------------
>
>                 Key: CACTUS-253
>                 URL: https://issues.apache.org/jira/browse/CACTUS-253
>             Project: Cactus
>          Issue Type: Bug
>          Components: Eclipse Integration
>    Affects Versions: 1.8
>            Reporter: Ken
>             Fix For: 1.8
>
>         Attachments: JettyContainerManager.java.diff
>
>
> The Eclipse plugin runner can't load the jspRedirector resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org