1 Reply Latest reply on Jun 20, 2002 6:52 AM by emike

    Using Apache Soap for EJB with JBoss 2.4..X with Tomcat

      I have a couple of questions.
      1. Can I package my ejb in a way so that I may use the hot deploy feature of Jboss to deploy the Web Service?
      2. If, not then what approach should be taken to provide a Web Service for a EJB?
      Thanks,
      -Keene

        • 1. Re: Using Apache Soap for EJB with JBoss 2.4..X with Tomcat
          emike

          hi,

          First of all, since i am a frenchie guy, i may have misunderstood something in your question...
          But i'll try to answer :

          I think that what you are trying to do is to have your web service automatically deployed by the deployment "functionnality" of Jboss (i mean, after a server restart, you don't want to redeploy your Apache-SOAP service again...am i right ?)

          Apache SOAP stores the deployed services information in a file named "deployed.ds" or something like that. I read somewhere that you can nest this file with your application to have your service deployed... but i never tried ;)

          hope this will help

          mike