File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
framework-docs/modules/ROOT/partials/web Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ have the empty prefix override server prefixes `/app1` and `/app2`.
95
95
====
96
96
A common case for this deployment scenario is where licenses are paid per
97
97
production application server, and it is preferable to deploy multiple applications per
98
- server to reduce fees. Another case is I/O bound applications, and the need to deploy
99
- multiple applications to each application server to consume less resources .
98
+ server to reduce fees. Another reason is to run more applications on the same server in
99
+ order to share the resources required by the server to run .
100
100
101
- In this scenario , applications need a non-empty context root because there are multiple
101
+ In these scenarios , applications need a non-empty context root because there are multiple
102
102
applications on the same server. However, this should not be visible in URL paths of
103
103
the public API where applications may use different subdomains that provides benefits
104
104
such as:
You can’t perform that action at this time.
0 commit comments