diff options
-rw-r--r-- | war/WEB-INF/web.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/war/WEB-INF/web.xml b/war/WEB-INF/web.xml index 64ce4007..387c1efe 100644 --- a/war/WEB-INF/web.xml +++ b/war/WEB-INF/web.xml @@ -15,4 +15,8 @@ <url-pattern>/traccar/dataService</url-pattern> </servlet-mapping> + <welcome-file-list> + <welcome-file>traccar.html</welcome-file> + </welcome-file-list> + </web-app> |