Hello, I used maven and successfully built and deployed Jetspeed portal in Tomcat instance. When I hit the url http://localhost:8080/jetspeed, everything works fine, I get the home page. Then I created a copy of portal webapp jetspeed, named as jetspeed2, in the same Tomcat instance. The objective is to have two jetspeed portals in same tomcat instance. After restarting, when I hit the url http://localhost:8080/jetspeed2, I get the home page, no problem. But when I hit the url http://localhost:8080/jetspeed, I get the error below::
"Failed to load portlet org.apache.jetspeed.portlets.layout.MultiColumnPortlet: java.lang.ClassCastException: org.apache.jetspeed.velocity.JetspeedPowerToolFactory cannot be cast to org.apache.jetspeed.velocity.JetspeedPowerToolFactory" Any idea what is the issue? Appreciate your help. Jetspeed portal - 2.2.1 Tomcat - 6.0.16
