1 Reply Latest reply on May 6, 2008 11:15 AM by jaikiran

    Jboss 4.0.3SP1 and Axis 1.x

    jose.ferreiro

      Dear newsgroup,

      I sucessfully developped a web service using tomcat.
      However I would like to set up the web service using it withing the Jboss server.

      Does anyone could provide me with some info on how to do that?
      I am having trouble to deploy the web service in the Jboss server.

      I created a web folder webapps under %JBoss_Home%/server/default/deploy (i.e. %JBoss_Home%/server/default/deploy/webapps)

      Within the webapps folder I placed the whole folder axis. That I renamed axis.war (i.e %JBoss_Home%/server/default/deploy/webapps/axis.war).

      I may sucessfully start Jboss and the servlet (http://localhost:8080/axis/servlet/AxisServlet).
      Nevertheless I am not eager to deploy my webservice (wsdd file).

      Any help or hints will be welcomed.

      Thank you in advance.

        • 1. Re: Jboss 4.0.3SP1 and Axis 1.x
          jaikiran

           

          "jose.ferreiro" wrote:

          I created a web folder webapps under %JBoss_Home%/server/default/deploy (i.e. %JBoss_Home%/server/default/deploy/webapps)
          Within the webapps folder I placed the whole folder axis. That I renamed axis.war (i.e %JBoss_Home%/server/default/deploy/webapps/axis.war).



          You don't have to create a webapps folder. Just place the axis.war in %JBoss_Home%/server/default/deploy folder.

          "jose.ferreiro" wrote:

          Nevertheless I am not eager to deploy my webservice (wsdd file).





          How are you trying to deploy the wsdd file? And what errors do you see? And which version of Java and JBoss do you use?