suochencheng 7 vuotta sitten
vanhempi
commit
91eadebdf0
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 4
      src/main/webapp/WEB-INF/web.xml

+ 1 - 4
src/main/webapp/WEB-INF/web.xml

@@ -5,7 +5,7 @@
          id="WebApp_ID" version="3.0">
 
     <welcome-file-list>
-        <welcome-file>index.html</welcome-file>
+        <welcome-file>home.html</welcome-file>
     </welcome-file-list>
 
     <session-config>
@@ -13,9 +13,6 @@
     </session-config>
 
     <display-name>awesome-admin</display-name>
-    <welcome-file-list>
-        <welcome-file>index.html</welcome-file>
-    </welcome-file-list>
     <context-param>
         <param-name>log4jConfigLocation</param-name>
         <param-value>classpath:properties/log4j.properties</param-value>