1 Reply Latest reply on Feb 12, 2005 11:36 AM by thomas.diesler

    Resource not found on successful deployment

    mitulraul

      I have deployed the webservice successfully with following msg
      17:36:05,492 INFO [EARDeployer] Init J2EE application: file:/C:/jboss4.0/jboss-4.0.0/server/default/deploy/acWebService
      s.ear
      17:36:06,007 INFO [TomcatDeployer] deploy, ctxPath=/acWebServices, warUrl=file:/C:/jboss4.0/jboss-4.0.0/server/default/
      tmp/deploy/tmp31437acWebServices.ear-contents/acWebServices-exp.war/
      17:36:06,195 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jboss4.0/jboss-4.0.0/server/default/data/wsdl/acWebServices.war/AddressWrapper.wsdl
      17:36:06,211 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jboss4.0/jboss-4.0.0/server/default/data/wsdl/acWebServices.war/ContactWrapper.wsdl
      17:36:06,273 INFO [AxisService] WSDD published to: C:\jboss4.0\jboss-4.0.0\server\default\data\wsdl\acWebServices.war\AddressWrapper.wsdd
      17:36:06,273 INFO [AxisService] Web Service deployed: http://localhost:8080/acWebServices/address
      17:36:06,351 INFO [AxisService] WSDD published to: C:\jboss4.0\jboss-4.0.0\server\default\data\wsdl\acWebServices.war\ContactWrapper.wsdd
      17:36:06,351 INFO [AxisService] Web Service deployed: http://localhost:8080/acWebServices/contact
      17:36:06,382 INFO [EARDeployer] Started J2EE application: file:/C:/jboss4.0/jboss-4.0.0/server/default/deploy/acWebServices.ear


      When i am trying
      http://localhost:8080/jboss-net
      or
      http://localhost:8080/acWebServices/address
      or
      http://localhost:8080/acWebServices/contact

      i am getting the The requested resource (/jboss-net) is not available.
      it is not even displaying error msg on console

      Any body faced same error?

      Thanks