1 Reply Latest reply on Aug 20, 2015 9:25 AM by glennodickson

    How can I deploy Restfull war on jboss fuse jboss-fuse-6.2.0.redhat-128 ?

    seybaa

      I have  Restfull webservice packed as war, deployed on wildfly-8.2.0.Final working fine.

      And I am trying to deploy it on jboss-fuse-6.2.0.redhat-128 .

      I have copied the war file in fuse deploy folder.

      here is the terminal output.

      12:10:15,228 | INFO  | edhat-128/deploy | fileinstall                 | 8 - org.apache.felix.fileinstall - 3.4.2 | Installing bundle cxf-jaxrs-service / 1.0.0.SNAPSHOT
      12:10:17,051 | INFO  | edhat-128/deploy | fileinstall                 | 8 - org.apache.felix.fileinstall - 3.4.2 | Started bundle: webbundle:file:/home/test/DEV/FuseServers/jboss-fuse-6.2.0.redhat-128/deploy/cxf-jaxrs-service-1.0.0-SNAPSHOT.war?Web-ContextPath=cxf-jaxrs-service&Bundle-SymbolicName=cxf-jaxrs-service&Bundle-Version=1.0.0.SNAPSHOT

      ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

      I am not getting any error but can not access the Restwebservice

      is there something I should do more ?

      Tks