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