Author: chanaka
Date: Tue Dec 18 22:37:22 2007
New Revision: 11486
Log:
Set the home page directed to "registry resources" page
Removed:
trunk/registry/modules/webapps/src/main/webapp/admin/resources.jsp
Modified:
trunk/registry/modules/webapps/conf/web.xml
trunk/registry/modules/webapps/src/main/webapp/admin/index.jsp
Modified: trunk/registry/modules/webapps/conf/web.xml
==============================================================================
--- trunk/registry/modules/webapps/conf/web.xml (original)
+++ trunk/registry/modules/webapps/conf/web.xml Tue Dec 18 22:37:22 2007
@@ -41,7 +41,7 @@
</servlet-mapping>
<welcome-file-list>
- <welcome-file>admin/resources.jsp</welcome-file>
+ <welcome-file>admin/index.jsp</welcome-file>
</welcome-file-list>
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/index.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/index.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/index.jsp Tue Dec
18 22:37:22 2007
@@ -1,5 +1,3 @@
-<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
-<%@ taglib prefix="s" uri="/struts-tags" %>
-
-
-<tiles:insertDefinition name="login.definition" />
+<script>
+window.location = 'web'
+</script>
\ No newline at end of file
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev