3 Replies Latest reply on Apr 18, 2003 3:26 PM by jackyhuang

    Deployer manager question

    vchoy

      I was very interested: does jboss create a new thread that continuously loops around monitoring the file size/date changes in the deploy directory? If so, does it fire and create new eventObjects? (eg Observer Pattern).


        • 1. Re: Deployer manager question
          jackyhuang

          I find, it is difficult to look for how to deploy EJB on jboss, I teach myself a long time. But I canot master it. Can you have any suggestion to me? or Can you share your document to me? Thanks a lot.

          • 2. Re: Deployer manager question

            The deployment scanner monitors the
            deployment directory.

            In 3.2 you can get JMX notifications
            after each stage of the deployment/undeployment,
            see org.jboss.deployment.SubDeployerSupport.

            Regards,
            Adrian

            • 3. Re: Deployer manager question
              jackyhuang

              Hello. I success to deploy my application to jboss,stop is follow:
              1) package my class files to a jar file including ejb-xml file,
              2) copy this jar file to deployment directory.
              3) jboss find it and deployed it!
              4) But I canot run my client program.why?
              5) I donot use ant tool. I donot know when i can use it?
              help me ! experts!Thanks