r77 - trunk/src/main/webapp/WEB-INF
Author: fdesbois Date: 2010-06-22 19:58:20 +0200 (Tue, 22 Jun 2010) New Revision: 77 Url: http://chorem.org/repositories/revision/bow/77 Log: Test JAK for KML files Modified: trunk/src/main/webapp/WEB-INF/web.xml Modified: trunk/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/src/main/webapp/WEB-INF/web.xml 2010-06-22 09:10:23 UTC (rev 76) +++ trunk/src/main/webapp/WEB-INF/web.xml 2010-06-22 17:58:20 UTC (rev 77) @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/java.sun.com/dtd/web-app_2_3.dtd"> +<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http:/java.sun.com/dtd/web-app_2_3.dtd"> <!-- SERVLET --> @@ -13,9 +15,9 @@ <servlet-name>Alias</servlet-name> </servlet> - <welcome-file-list> + <welcome-file-list> <welcome-file>bow</welcome-file> - </welcome-file-list> + </welcome-file-list> <listener> <listener-class>org.chorem.bow.ControllerServlet</listener-class>
participants (1)
-
fdesbois@users.chorem.org