diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index e757b5ed..4a77d6f0 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -82,6 +82,9 @@ admin.user = admin@wisemapping.org # Site URL. This url will be used during sharing emails and public views. site.baseurl = http://localhost:8080 +# Site Homepage URL. This will be used as URL for homepage location. +site.homepage = c/home + ################################################################################## # Google Analytics Settings ################################################################################## diff --git a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-servlet.xml b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-servlet.xml index 4d999cfb..b150a358 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-servlet.xml +++ b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-servlet.xml @@ -47,6 +47,8 @@ diff --git a/wise-webapp/src/main/webapp/index.html b/wise-webapp/src/main/webapp/index.html index ad1662cb..02dcf806 100644 --- a/wise-webapp/src/main/webapp/index.html +++ b/wise-webapp/src/main/webapp/index.html @@ -1,6 +1,6 @@
- + diff --git a/wise-webapp/src/main/webapp/index.jsp b/wise-webapp/src/main/webapp/index.jsp index f5c10307..a444398c 100644 --- a/wise-webapp/src/main/webapp/index.jsp +++ b/wise-webapp/src/main/webapp/index.jsp @@ -1,3 +1,3 @@ <% - response.sendRedirect("c/home"); + response.sendRedirect("c/maps/"); %> \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/jsp/header.jsp b/wise-webapp/src/main/webapp/jsp/header.jsp index bd23ff41..0564d167 100644 --- a/wise-webapp/src/main/webapp/jsp/header.jsp +++ b/wise-webapp/src/main/webapp/jsp/header.jsp @@ -53,7 +53,7 @@