You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/11/02 17:12:50 UTC

svn commit: r330278 - /portals/pluto/trunk/pluto-portal/src/main/webapp/index.jsp

Author: ddewolf
Date: Wed Nov  2 08:12:46 2005
New Revision: 330278

URL: http://svn.apache.org/viewcvs?rev=330278&view=rev
Log:
redirect index page to portal; remove hello world

Modified:
    portals/pluto/trunk/pluto-portal/src/main/webapp/index.jsp

Modified: portals/pluto/trunk/pluto-portal/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal/src/main/webapp/index.jsp?rev=330278&r1=330277&r2=330278&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/main/webapp/index.jsp (original)
+++ portals/pluto/trunk/pluto-portal/src/main/webapp/index.jsp Wed Nov  2 08:12:46 2005
@@ -1,5 +1 @@
-<html>
-<body>
-<h2>Hello World!</h2>
-</body>
-</html>
+<% response.sendRedirect("portal"); %>