Update web.xml

The application name was missing from the application listing in the Web Application Manager for Tomcat.
This commit is contained in:
Nexis81
2016-01-07 03:15:41 -08:00
parent 89f3e66785
commit 945bfc75de

View File

@@ -4,6 +4,11 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
<!-- ===================================================================== -->
<!-- Application Name -->
<!-- ===================================================================== -->
<display-name>GitBucket</display-name>
<!-- ===================================================================== -->
<!-- Session configuration -->
<!-- ===================================================================== -->