4 Replies Latest reply on Nov 10, 2004 5:19 AM by thomas.diesler

    config webservice URL

    lafr

      The URL of my webservices is now
      http://localhost:8080/ejb-session-sales/CustomerOrder and http://localhost:8080/ejb-session-production/ProductionOrder.

      ejb-session-sales and ejb-session-production are the basenames of my ejb-jar-files conatining the webservices.

      Is the a way to replace the part of the url or do I have do rename my jar-files to get another URL ?

      I would like to have http://server:port//<prod|test|dev>/, e.g. http://localhost:8080/mbi-ws/prod/CustomerOrder.