summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/web.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml
index a7abe389..5033cc5e 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/web.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml
@@ -58,6 +58,13 @@
<param-name>protocol</param-name>
<param-value>HTTP</param-value>
</init-param>
+ <init-param>
+ <!--
+ The user interface url the browser will be redirected to
+ -->
+ <param-name>uiRedirectUrl</param-name>
+ <param-value>ui</param-value>
+ </init-param>
</servlet>
<servlet>
<!--