[
https://issues.jboss.org/browse/WFLY-7862?page=com.atlassian.jira.plugin....
]
Petr Sakař moved JBEAP-8174 to WFLY-7862:
-----------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7862 (was: JBEAP-8174)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses
v1)
Component/s: Documentation
(was: Deployment Scanner)
(was: User Experience)
Affects Version/s: 10.1.0.Final
(was: 7.1.0.DR7)
Release Notes Docs Status: (was: Not Required)
Outdated deployment-scanner xml snippet in deployments readme.txt
-----------------------------------------------------------------
Key: WFLY-7862
URL:
https://issues.jboss.org/browse/WFLY-7862
Project: WildFly
Issue Type: Bug
Components: Documentation
Affects Versions: 10.1.0.Final
Reporter: Petr Sakař
Assignee: Petr Sakař
Priority: Trivial
$JBOSS_HOME/standalone/deployments/README.txt contains following configuration XML
snippet:
{code:xml}
<deployment-scanner scan-interval="5000"
relative-to="jboss.server.base.dir" path="deployments"
auto-deploy-zipped="true" auto-deploy-exploded="false"/>
{code}
but actual snippet from standalone.xml config file is
{code:xml}
<deployment-scanner path="deployments"
relative-to="jboss.server.base.dir" scan-interval="5000"
runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
{code}
This might be confusing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)