2 Replies Latest reply on May 14, 2002 3:58 PM by phunsberger

    Ear  deploys twice

    phunsberger

      I have a fairly large ear file (12.2MB) that deploys twice when I copy it to the JBoss deploy directory. I'm running 2.0.2 with Tomcat 2.0.4b. The ear file is copied automatically to the JBoss/deploy directory by an Ant build script (using copy).

      I suspect the problem is the size of the ear, the auto deploy detector is triggering twice just due to the amount of time it takes to copy the file ( less likely seems due to the amount of time it takes to deploy it).

      Is there a way to set the auto check time to be less frequent to test this theory?

      Alternately, is this a bug?