diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-13 21:34:18 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-13 21:34:18 +0800 |
commit | 8a2751aaa3c1367cdf70a6fa2d0b9ad39f311b0b (patch) | |
tree | 3f11948daae8a8688d5a8391e0dcfa77a6aa444c /integration/src/main/webapp/WEB-INF/web.xml | |
parent | 7197541e83a45ab416a136462e870f95dcf09c58 (diff) |
Add tomcat server to esr-server.
Change-Id: Id6148623e7d15fef60648fe51124d65f58978167
Issue-ID: AAI-291
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'integration/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | integration/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/src/main/webapp/WEB-INF/web.xml b/integration/src/main/webapp/WEB-INF/web.xml index 6d677a5..b4ddd68 100644 --- a/integration/src/main/webapp/WEB-INF/web.xml +++ b/integration/src/main/webapp/WEB-INF/web.xml @@ -15,7 +15,7 @@ limitations under the License. --> <web-app> - <display-name>OPEN-O Web Application</display-name> + <display-name>ONAP Web Application</display-name> <welcome-file-list> <welcome-file>login/index.html</welcome-file> </welcome-file-list> |