前提:web app部分已正确部署,参照我的另一篇文档http://blog.csdn.net/chughui/archive/2004/08/27/86601.aspx
1、在jboss home /bin 目录下 执行 run.bat -c jbpm
2、在jbpm home/ejb目录下 ant deploy
3、deploy the process archive with 'ant deploy.process.archives'
4 、execute the test (50 process executions) with 'ant test'. if you run this test from within eclipse or another testrunner, be sure to add the ${jboss.home}/client/jbossall-client.jar into the classpath
Good luck!