Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This does not sound like expected behaviour. Can you please confirm the steps that you are taking when using the deployment folder? For example:</p> <h2>Deploy</h2> <ol> <li>Copy application file to <code>/standalone/deployments</code> folder</li> <li>Deployment Scanner creates a <code>.dodeploy</code> marker file</li> <li>Deployment Scanner picks up application and creates a <code>.deployed</code> marker file</li> <li>Application confirmed as deployed (checking the Management Console to confirm)</li> </ol> <h2>Undeploy</h2> <ol> <li>Application deleted from <code>/standalone/deployments</code> folder</li> <li>Delete application (or) delete <code>.deployed</code> marker file</li> <li>Deployment scanner undeploys the application and creates <code>.undeployed</code> marker file</li> <li>Confirm application removed in console</li> <li>Restart server</li> <li>Confirmed removal is persistent </li> </ol> <p>The <code>README.txt</code> file in the <code>deployments</code> folder shows the simple undeployment workflow in one easy step in the command line. </p> <ol> <li><code>rm $AS/standalone/deployments/example.war.deployed</code></li> </ol> <h2>Documentation</h2> <p>You can read more about the deployment scanner in the official docs. There's a topic about the scanner marker files, as well as a parent topic about the scanner and deployments in general. If you are finding issues with the scanner, it's a bug. You might like to test the expected behaviour, and also try the Management Console. </p> <ul> <li><p><a href="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6/html/Beta_Documentation/Reference_for_Deployment_Scanner_Marker_Files.html" rel="nofollow">Red Hat Docs - Reference for Deployment Scanner Marker Files</a></p></li> <li><p><a href="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6/html/Beta_Documentation/Deploy_Applications.html" rel="nofollow">Red Hat Docs - About Application Deployment</a></p></li> </ul> <h2>Potential Issues</h2> <ul> <li>Don't confuse the Deployment Scanner subsystem (which watches the Deployments folder for the Standalone server instance) with the Management Console or Management CLI deployments process. You might be better off using one of the Management tools instead of the hot deployment capability to allow for more control over the state and presence of your application. </li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload