securis/src/main/webapp/WEB-INF/web.xml
.. .. @@ -15,7 +15,6 @@ 15 15 See the License for the specific language governing permissions and 16 16 limitations under the License. 17 17 --> 18 -19 18 <web-app xmlns="http://java.sun.com/xml/ns/javaee" 20 19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 21 20 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee .. .. @@ -67,7 +66,7 @@ 67 66 </listener> 68 67 69 68 <welcome-file-list> 70 - <welcome-file>/main.html</welcome-file>69 + <welcome-file>/index.jsp</welcome-file>71 70 </welcome-file-list> 72 71 73 72