0 Replies Latest reply on Aug 16, 2013 12:59 AM by asa1111

    how can i deploy by using dynamic Web module of Eclipse?

    asa1111

      Hello.

       

      how can i deploy by using dynamic Web module of Eclipse?

      maven builed war file is work.

      eclipse deploy project is don't work.

       

      done below.

       

      temp file is sample project.

      project name is switchyard-example.

       

      drag and drop switchyard-example to jboss 6.1 eap server.

      run server.

       

      access to http://localhost:8080/switchyard-example/sample/execute

      404 not found...

       

      mvn install -Dmaven.test.skip=true jboss-as:deploy

      access to http://localhost:8080/switchyard-example/sample/execute

      response text is hello.

       

      eclipse deploy is not start switchyard.

      deploey folder is not exists file of WEB-INF switchyard.xml.

       

      Thanks in advance.