1 Reply Latest reply on Apr 3, 2006 6:37 AM by cwad0000

    How to deployment a project jbpm to jboss 4.0.3

      hello everybody!
      I have learn aboute jbpm, but i don't know deployment a project jbpm(web) to server jboss. Who can help me?

      I use jboss 4.0.3, eclipseIDE ,postgreSQL
      My problem is package jbpm project->.war file and deployment to jboss.

      Please help me!
      thank!

        • 1. Re: How to deployment a project jbpm to jboss 4.0.3
          cwad0000

          I copied the jbpm libs to server/default/lib
          restarted server and
          then deployed my .jar/.war/.ear as usual

          depending on what your hibernate.cfg.xml looks like, you might need to deploy a new DS as well.
          (in my case I use the same DS as the rest of my application)

          I think that was it... have a look in the UserGuide, doesnt it mention the deployment process in detail?