Red Hat Bugzilla – Bug 1156397
File System Deployments are not enabled in standalone/clustered.xml by default
Last modified: 2015-02-22 18:59:46 EST
Description of problem: When we want to copy JARS and deploy it on JDG server in standalone/clustered.xml is no deployment-scanner element defined. It should be added when server is built Version-Release number of selected component (if applicable): 6.4.0.ER2 Steps to Reproduce: 1. cp filter-converter.jar jboss-datagrid-6.4.0-server/standalone/deployments/ 2. look at console output of server 3. check if there is no output from deployment scanner Actual results: not output from deployment scanner, because it is not enabled Expected results: we should see following output in console log JBAS015012: Started FileSystemDeploymentService for directory /home/weblogic/jboss-datagrid-6.4.0-server/standalone/deployments JBAS015876: Starting deployment of "filter-converter.jar" (runtime-name: "filter-converter.jar")