I'm looking at a project where the customer would like to leverage WSRP using a BEA WebLogic consumer with a producer running off Tomcat.

I've finally built the latest source with Maven 2.0.4, but am having trouble getting the SwingConsumer to run as there is no main class. Any suggestions there?

I've also downloaded the 052005_wsrp_webapps.zip from the Wiki page and am getting the following exception report from wsrptest:

javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.pluto.core.PortletServlet or a class it depends on
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:833)
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)
      java.lang.Thread.run(Unknown Source)

Pluto is in webapps along with proxyportlet and wsrp, so I'm not sure what may be wrong.

After copying pluto-portal-1.0.1.jar to the lib folder of wsrptest, the error message went away, but now it complaisn that WSRP TestPortlet is not available.

Any assistance is appreciated.

Thanks,

Chris

Reply via email to