readme: general fix

This commit is contained in:
Sameer Naik
2015-09-01 18:31:25 +05:30
parent fa61f33254
commit a344e3549b

View File

@@ -84,7 +84,7 @@ wildfly:
- [Wildfly Command line parameters](https://docs.jboss.org/author/display/WFLY9/Command+line+parameters)
- [Caveats](#caveats)
# Deploying web applications on Wildfly
# Deploying web applications on Wildfly standalone server
This Wildfly image exposes a volume at `/app`. In the standalone server mode, this path acts as the Wildfly deployments directory. At this location, you either copy a so-called *exploded web application*, i.e non-compressed or a compressed web application resource `.WAR` file and it will automatically be deployed by Wildfly at startup.