1 Reply Latest reply on Mar 5, 2006 12:19 PM by thomas.diesler

    Unable to access webserive with name given in <port-componen

    csnaren

      I am able to access my webservice with the default URL that jboss provides that is http://localhost:8080/finder/ejb/StockService

      but when I provide this tag in jboss.xml

      <port-component-uri>finder/StockService</port-component-uri>

      , its getting deployed and the jboss console shows this message

      Web Service deployed: http://DDQPBH1S:8080/finder/StockService

      but I get
      HTTP Status 404 - /finder/StockService error when I access with that URL

      Please help me