mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-06 00:36:19 +02:00
Update web.xml
The application name was missing from the application listing in the Web Application Manager for Tomcat.
This commit is contained in:
@@ -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 -->
|
||||
<!-- ===================================================================== -->
|
||||
|
||||
Reference in New Issue
Block a user