WildFly Deployment Concepts: Difference between revisions
Jump to navigation
Jump to search
Migrating from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=JBoss7Deployment
Line 44: | Line 44: | ||
=Deployment Artifact Repository= | =Deployment Artifact Repository= | ||
=Deployment Scanner= | =Deployment Scanner= |
Revision as of 14:41, 20 September 2017
Internal
Standalone Mode Deployments
Location of the Deployment Artifacts on the File System
Standalone Deployment Modes
- CLI
- Management Console
- HTTP REST
- Deployment Scanner
Domain Mode Deployments
Deployment Mechanics
Deployment artifacts are
Domain-Wide Deployment Artifact Repository
Domain Deployment Modes
- CLI
- Management Console
- HTTP REST
Location of the Deployment Artifacts on the File System
For the location of the domain-wide artifact repository, see Deployment Artifact Repository section below.
In case of server nodes, copies of the deployment artifacts are pushed by the domain management logic to:
$JBOSS_HOME/domain/data/servers/<server-node-name>/content/<first-two-characters-of-the-hash>/<the-rest-of-the-hash>/content
Rollout Plans
Deployment Artifact Repository
Deployment Scanner
Deployment Descriptor Validation
./domain.sh|./standalone.sh -Dorg.jboss.metadata.parser.validate=true