Hi, I managed to deploy the jbpm.war (jbpm3.1) on a server where jboss-portal2.2.0 was also deployed - the problem was due to two different versions of tomahawk.jar
just in case someone else needs to do it, this is what I suggest you to do: 1. take the tomahawk.jar file from jboss-portal\jboss-portal.sar\lib and copy it into jbpm-starters-kit-3.1\jbpm\lib\jsf 2. go under jbpm-starters-kit-3.1\jbpm and run "ant build.webapp" 3. copy the jbpm-webapp-3.1.jar file you just built from jbpm-starters-kit-3.1\jbpm\build 4. unzip jbpm.war and paste the jbpm-webapp-3.1.jar under WEB-INF\lib 5. under WEB-INF\lib paste as well the tomahawk.jar file taken from jboss-portal 6. zip jbpm.war and deploy it Bye luca View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940279#3940279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940279 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
