2 Replies Latest reply on Mar 29, 2010 9:56 AM by voxy

    deploy war file in jboss-4.0.5.GA (guvnorstandalone  )

      Hi guys,

      does anyone knows how to deploy a war file into jboss-4.0.5 ?

      i had so much troubles with the other versions of guvnor, i installed the guvnor standalone, but, i'm not sure how to deploy my web dynamic project into this. I mean... when i do an export (from eclipse), i have to specify the destination... and i'm not sure of what must be the guvnor destination's folder.

       

      Any idea?

      Thanks.

        • 1. Re: deploy war file in jboss-4.0.5.GA (guvnorstandalone  )
          jfclere
          • 2. Re: deploy war file in jboss-4.0.5.GA (guvnorstandalone  )

            Hi Jean-Frederick,

            thanks for your answer, but i'm not sure to understand the instructions. I mean, i already installed jboss (standalone), and i think, it includes tomcat . Also, when i launch jboss, there is what i see from my terminal window :

             

            INFO  [TomcatDeployer] deploy, ctxPath=/drools-guvnor, warUrl=.../deploy/drools-guvnor.war/
            INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/

             

            So it means to me... tomcat is already installed and can be run.

             

            My question is: how could i import my war file into guvnor?  I know, i should import my war file into the webapps of tomcat, and then, it's easy to run my project, but now... i'm don't know where i'm supposed to import my file, cause there are no webapps folder, and no jbossweb-tomcat as i saw in others topics.

            Do you see what i mean?