fixed typo (#1668)
* fixed typo * improved text * corrected typo in readme
This commit is contained in:
parent
cfeb2a3325
commit
10bf0e5edb
|
@ -5,12 +5,12 @@ applications to deploy using the following conventions:
|
||||||
+ A directory called example/ will be deployed as a standard web
|
+ A directory called example/ will be deployed as a standard web
|
||||||
application if it contains a WEB-INF/ subdirectory, otherwise it will be
|
application if it contains a WEB-INF/ subdirectory, otherwise it will be
|
||||||
deployed as context of static content. The context path will be /example
|
deployed as context of static content. The context path will be /example
|
||||||
(eg http://localhost:8080/example/) unless the base name is root, in
|
(eg http://localhost:8080/example/) unless the base name is "root" (not
|
||||||
which case the context path is /. If the directory name ends with ".d"
|
case sensitive), in which case the context path is /. If the directory name
|
||||||
it is ignored (by may be used by explicit configuration).
|
ends with ".d" it is ignored (but may still 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 the
|
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).
|
||||||
|
|
Loading…
Reference in New Issue