Author: sletellier Date: 2011-05-27 09:44:09 +0200 (Fri, 27 May 2011) New Revision: 57 Url: http://chorem.org/repositories/revision/vradi/57 Log: Retrieve index.html Added: trunk/vradi-web/src/main/webapp/index.html Modified: trunk/vradi-web/src/main/webapp/WEB-INF/web.xml Modified: trunk/vradi-web/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/vradi-web/src/main/webapp/WEB-INF/web.xml 2011-05-26 15:11:59 UTC (rev 56) +++ trunk/vradi-web/src/main/webapp/WEB-INF/web.xml 2011-05-27 07:44:09 UTC (rev 57) @@ -35,6 +35,6 @@ </filter-mapping> <!-- Welcome file lists --> <welcome-file-list> - <welcome-file>search.action</welcome-file> + <welcome-file>index.html</welcome-file> </welcome-file-list> </web-app> Added: trunk/vradi-web/src/main/webapp/index.html =================================================================== --- trunk/vradi-web/src/main/webapp/index.html (rev 0) +++ trunk/vradi-web/src/main/webapp/index.html 2011-05-27 07:44:09 UTC (rev 57) @@ -0,0 +1,9 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="refresh" content="0;URL=search.action"/> + <title>Vradi web</title> + </head> + <body onload=""> + </body> +</html>