Issue Details (XML | Word | Printable)

Key: CACTUS-253
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Petar Tahchiev
Reporter: Ken
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cactus

JettyContainerManager unable to load jspRedirector.jsp

Created: 04/Mar/08 10:17 AM   Updated: 11/Apr/08 12:37 PM
Return to search
Component/s: Eclipse Integration
Affects Version/s: 1.8
Fix Version/s: 1.8

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works JettyContainerManager.java.diff 2008-03-04 10:26 AM Ken 3 kB

Resolution Date: 09/Mar/08 09:58 PM


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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ken added a comment - 04/Mar/08 10:26 AM
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.

Petar Tahchiev added a comment - 09/Mar/08 09:58 PM
Applied the patch. Thanks. I am closing this issue since the cactus-eclipse plugin works with Eclipse 3.3(Europa).