I finally got the pluto-1.1 driver and testsuite built after making a couple of changes to the root pom.xml and the same file under pluto-testsuite that I've checked into SVN. But I haven't been successful in deploying them to Tomcat 5.5.9. Can someone help me with this issue? Specifically, I'd like to know where all the generated jar files should go? They all seem to end up in WEB-INF/lib of the pluto webapp, which raises classloader problems in Tomcat. I moved most of them over to  <TOMCAT_HOME>/shared/lib, but then I ran into an NPE in the test pages, which seemed to be related to a lost ServetContext for the testsuite webapp. (The NPE stack trace points to line 119 in org.apache.pluto.core.PortletDescriptorRegistry).

In addition, I moved the pluto.xml Tomcat web context descriptor into <TOMCAT_HOME>/conf/Catalina/localhost. Also, I changed the pluto-testsuite.war name to testsuite.war (and fixed this in its pom.xml). This allowed the testsuite's deployed context (/testsuite) to reflect what was in the portal driver config file (pluto-portal-driver-config.xml).

TIA
/Craig

Reply via email to