[jboss-svn-commits] JBL Code SVN: r14644 - in labs/shotoku/trunk/shotoku-cache/cache-admin/src/web: WEB-INF and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 27 09:40:54 EDT 2007
Author: adamw
Date: 2007-08-27 09:40:54 -0400 (Mon, 27 Aug 2007)
New Revision: 14644
Modified:
labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/WEB-INF/web.xml
labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/index.jsp
Log:
Final touches
Modified: labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/WEB-INF/web.xml
===================================================================
--- labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/WEB-INF/web.xml 2007-08-27 13:35:16 UTC (rev 14643)
+++ labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/WEB-INF/web.xml 2007-08-27 13:40:54 UTC (rev 14644)
@@ -67,7 +67,7 @@
</init-param>
<init-param>
<param-name>realDir</param-name>
- <!-- <param-value>/home/adamw/shotoku/shotoku-cache/cache-admin/src/web/pages</param-value> -- >
+ <! <param-value>/home/adamw/shotoku/shotoku-cache/cache-admin/src/web/pages</param-value> >
<param-value>/Users/adamwarski/shotoku/shotoku-cache/cache-admin/src/web/pages</param-value>
</init-param>
</filter>
Modified: labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/index.jsp
===================================================================
--- labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/index.jsp 2007-08-27 13:35:16 UTC (rev 14643)
+++ labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/index.jsp 2007-08-27 13:40:54 UTC (rev 14644)
@@ -1,5 +1,3 @@
-<html>
- <body>
- <jsp:forward page="/pages/admin.jsf" />
- </body>
-</html>
+<%
+ response.sendRedirect("pages/admin.jsf");
+%>
More information about the jboss-svn-commits
mailing list