Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 6264 invoked from network); 13 Aug 2007 17:00:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 17:00:06 -0000 Received: (qmail 44969 invoked by uid 500); 13 Aug 2007 17:00:03 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 44933 invoked by uid 500); 13 Aug 2007 17:00:03 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 44922 invoked by uid 99); 13 Aug 2007 17:00:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 10:00:03 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 17:00:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2114D1A981A; Mon, 13 Aug 2007 09:59:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r565417 - in /geronimo/sandbox/portals/plugins/console/trunk: console-base-portlets/src/main/webapp/ console-base-portlets/src/main/webapp/WEB-INF/ console-base-portlets/src/main/webapp/WEB-INF/view/car/ console-portal-driver/src/main/resou... Date: Mon, 13 Aug 2007 16:59:39 -0000 To: scm@geronimo.apache.org From: pmcmahan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070813165940.2114D1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pmcmahan Date: Mon Aug 13 09:59:38 2007 New Revision: 565417 URL: http://svn.apache.org/viewvc?view=rev&rev=565417 Log: GERONIMO-3345 changing context for driver from /pluto to /console. Changing context for base portlets from /console to /console-base. Modified: geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/addRepository.jsp geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/index.jsp geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/web.xml geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/index.html geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/resources/pluto-portal-driver-config.xml geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/pluto-portal-driver-services-config.xml geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/web.xml geronimo/sandbox/portals/plugins/console/trunk/console-tomcat/src/plan/plan.xml Modified: geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/addRepository.jsp URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/addRepository.jsp?view=diff&rev=565417&r1=565416&r2=565417 ============================================================================== --- geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/addRepository.jsp (original) +++ geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/addRepository.jsp Mon Aug 13 09:59:38 2007 @@ -38,7 +38,7 @@

You can also download running configurations from another Geronimo server just as if you're browsing and installing third-party plugins. If you want to point to a remote Geronimo server, enter a URL such as -http://geronimo-server:8080/console-standard/maven-repo/

+http://geronimo-server:8080/console/maven-repo/

Modified: geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/index.jsp URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/index.jsp?view=diff&rev=565417&r1=565416&r2=565417 ============================================================================== --- geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/index.jsp (original) +++ geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/view/car/index.jsp Mon Aug 13 09:59:38 2007 @@ -31,7 +31,7 @@

You can also download running configurations from another Geronimo server just as if you're browsing and installing third-party plugins. If you want to point to a remote Geronimo server, enter a URL such as -http://geronimo-server:8080/console-standard/maven-repo/ and the enter +http://geronimo-server:8080/console/maven-repo/ and the enter the administrator username and password in the optional authentication fields.

Modified: geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/web.xml?view=diff&rev=565417&r1=565416&r2=565417 ============================================================================== --- geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/web.xml (original) +++ geronimo/sandbox/portals/plugins/console/trunk/console-base-portlets/src/main/webapp/WEB-INF/web.xml Mon Aug 13 09:59:38 2007 @@ -462,7 +462,7 @@ - + Redirect to Portal

This web application contains raw portlets. It is not useful - to a user. Please see /pluto/portal/Welcome instead.

+ to a user. Please see /console/portal/Welcome instead.

Modified: geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/resources/pluto-portal-driver-config.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/resources/pluto-portal-driver-config.xml?view=diff&rev=565417&r1=565416&r2=565417 ============================================================================== --- geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/resources/pluto-portal-driver-config.xml (original) +++ geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/resources/pluto-portal-driver-config.xml Mon Aug 13 09:59:38 2007 @@ -39,79 +39,79 @@ - + - + - + - - - + + + - + - - + + - + - + - + - + - + - + - + - - + + - + - + - + Modified: geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/pluto-portal-driver-services-config.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/pluto-portal-driver-services-config.xml?view=diff&rev=565417&r1=565416&r2=565417 ============================================================================== --- geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/pluto-portal-driver-services-config.xml (original) +++ geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/pluto-portal-driver-services-config.xml Mon Aug 13 09:59:38 2007 @@ -134,7 +134,7 @@ Modified: geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/web.xml?view=diff&rev=565417&r1=565416&r2=565417 ============================================================================== --- geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/web.xml (original) +++ geronimo/sandbox/portals/plugins/console/trunk/console-portal-driver/src/main/webapp/WEB-INF/web.xml Mon Aug 13 09:59:38 2007 @@ -24,28 +24,13 @@ - Apache Pluto Portal Driver + Geronimo Administration Console Portal Driver contextConfigLocation /WEB-INF/pluto-portal-driver-services-config.xml - - plutoPortalDriver - org.apache.pluto.driver.PortalDriverFilter - - - - plutoPortalDriver - /about.jsp - - - - plutoPortalDriver - /about.jsp/* - - org.springframework.web.context.ContextLoaderListener @@ -69,20 +54,6 @@ - portletApplicationPublisher - Portlet Application Publisher - Portlet Application Publisher Service - org.apache.pluto.driver.PublishServlet - - - - tckDriver - Pluto TCK Driver - Pluto TCK Driver Controller - org.apache.pluto.driver.TCKDriverServlet - - - DWR Forward Servlet dwr-forward org.apache.geronimo.console.servlet.ContextForwardServlet @@ -92,7 +63,7 @@ context-path - /console + /console-base @@ -106,24 +77,15 @@ /portal/* - - plutoPortalDriver - /secure/* - - - plutoPortalDriverLogout - /Logout + plutoPortalDriver + /secure/* + - portletApplicationPublisher - /admin/Publish - - - - tckDriver - /tck/* + plutoPortalDriverLogout + /Logout @@ -143,7 +105,23 @@ - portal + Login and HTTPS Required + /secure/* + GET + POST + PUT + + + admin + + + CONFIDENTIAL + + + + + + console /portal /portal/* GET @@ -154,21 +132,7 @@ admin - - - Login and HTTPS Required - /secure/* - GET - POST - PUT - - - admin - - - CONFIDENTIAL - - + FORM geronimo-admin @@ -178,10 +142,9 @@ - + admin - Modified: geronimo/sandbox/portals/plugins/console/trunk/console-tomcat/src/plan/plan.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/plugins/console/trunk/console-tomcat/src/plan/plan.xml?view=diff&rev=565417&r1=565416&r2=565417 ============================================================================== --- geronimo/sandbox/portals/plugins/console/trunk/console-tomcat/src/plan/plan.xml (original) +++ geronimo/sandbox/portals/plugins/console/trunk/console-tomcat/src/plan/plan.xml Mon Aug 13 09:59:38 2007 @@ -34,7 +34,7 @@ - /pluto + /console geronimo-admin @@ -57,7 +57,7 @@ - /console + /console-base geronimo-admin @@ -65,17 +65,17 @@ @@ -96,91 +96,91 @@ can be reenabled and the pages removed from the driver config xml. Welcome - /console + /console-base [Welcome] Server/Information - /console + /console-base [ServerInfo] Server/Java System Info - /console + /console-base [JavaSysInfo] Server/Server Logs - /console + /console-base [LogManager, LogViewer, WebAccessLogViewer] Server/Shutdown - /console + /console-base [ServerManager] Server/Web Server - /console + /console-base [WebServerManager, ConnectorManager] Server/Thread Pools - /console + /console-base [ThreadPool] Server/Apache HTTP - /console + /console-base [ApacheJK] Services/Repository - /console + /console-base [RepositoryViewer] Applications/Deploy New - /console + /console-base [Deployment] Applications/Web Apps - /console + /console-base [WARModules] Applications/System Modules - /console + /console-base [SystemModules] Applications/Plugins - /console + /console-base [ImportExport] Security/Users and Groups - /console + /console-base [SEUsers, SEGroups] Security/Security Realms - /console + /console-base [RealmWizard] Security/Keystores - /console + /console-base [Keystores] Security/Certificate Authority - /console + /console-base [CertificationAuthority] -->