rsanchez
2014-11-14 79435726ed870d8395154e539ba2d9eb7789e0de
securis/src/main/webapp/WEB-INF/web.xml
....@@ -15,7 +15,6 @@
1515 See the License for the specific language governing permissions and
1616 limitations under the License.
1717 -->
18
-
1918 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
2019 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2120 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
....@@ -67,7 +66,7 @@
6766 </listener>
6867
6968 <welcome-file-list>
70
- <welcome-file>/main.html</welcome-file>
69
+ <welcome-file>/index.jsp</welcome-file>
7170 </welcome-file-list>
7271
7372