Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11036

Deployment on EAP 6.0.0 ER1 not working out of the box

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 3.3.0.Beta1
    • 3.3.0.Beta1
    • server
    • None
    • Hide

      For a workaround, edit $JBOSS_DEST/standalone/configuration/standalone.xml, look for <deployment-scanner and change the line from:

      <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="0"/>

      to:

      <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"/>

      Then restart the server in JBoss Tools.

      Show
      For a workaround, edit $JBOSS_DEST/standalone/configuration/standalone.xml, look for <deployment-scanner and change the line from: <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="0"/> to: <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"/> Then restart the server in JBoss Tools.

      By default, the deployment scanner in ER1 is set to interval 0, effectively disabled.
      Not sure if this will be the default for all future EAP versions.
      Therefore when you deploy to this server in JBoss Tools, it doesn't get deployed.
      I don't know if/how we can fix this.

            rob.stryker Rob Stryker (Inactive)
            exd-mmalina Martin Malina
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: