Signed-off-by: Vijay Anand <vijay@iavian.com>
This commit is contained in:
Vijay Anand 2017-06-18 22:45:25 +05:30
parent 9e0fd7faa0
commit 0e022fd973
No known key found for this signature in database
GPG Key ID: 95B195BFE44A6BC5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ which case the context path is /. If the directory name ends with ".d"
it is ignored (by may be used by explicit configuration). it is ignored (by may be used by explicit configuration).
+ A file called example.war will be deployed as a standard web application + A file called example.war will be deployed as a standard web application
with the context path /example (eg http://localhost:8080/example/). If he with the context path /example (eg http://localhost:8080/example/). If the
base name is root, then the context path is /. If example.war and example/ base name is root, then the context path is /. If example.war and example/
exist, then only the WAR is deployed (which may use the directory as an exist, then only the WAR is deployed (which may use the directory as an
unpack location). unpack location).