Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 2157 invoked from network); 4 Dec 2005 03:46:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Dec 2005 03:46:15 -0000 Received: (qmail 37140 invoked by uid 500); 4 Dec 2005 03:46:15 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 37115 invoked by uid 500); 4 Dec 2005 03:46:15 -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 37092 invoked by uid 99); 4 Dec 2005 03:46:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2005 19:46:14 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 03 Dec 2005 19:46:13 -0800 Received: (qmail 1960 invoked by uid 65534); 4 Dec 2005 03:45:52 -0000 Message-ID: <20051204034552.1959.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r353806 - in /geronimo/trunk: applications/console-standard/src/webapp/WEB-INF/view/welcome/welcomeNormal.jsp modules/assembly/src/var/log/server-log4j.properties Date: Sun, 04 Dec 2005 03:45:52 -0000 To: scm@geronimo.apache.org From: ammulder@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ammulder Date: Sat Dec 3 19:45:47 2005 New Revision: 353806 URL: http://svn.apache.org/viewcvs?rev=353806&view=rev Log: Fix the portal welcome page Modified: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/welcome/welcomeNormal.jsp geronimo/trunk/modules/assembly/src/var/log/server-log4j.properties Modified: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/welcome/welcomeNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/welcome/welcomeNormal.jsp?rev=353806&r1=353805&r2=353806&view=diff ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/welcome/welcomeNormal.jsp (original) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/welcome/welcomeNormal.jsp Sat Dec 3 19:45:47 2005 @@ -10,7 +10,7 @@

Welcome to the Apache Geronimo™
Administration Console!

-

The administration console provides a convenient, user friendly way to administer many aspects of the Geronimo Server and will continue to evolve over time. The navigation panel on the lefthand side of the screen provides easy access to the individual tasks. It is always present and allows easy transition from task to task.

+

The administration console provides a convenient, user friendly way to administer many aspects of the Geronimo Server. It is currently a work in progress, and will continue to evolve over time. The navigation panel on the lefthand side of the screen provides easy access to the individual tasks. It is always present and allows easy transition from task to task.

This space is the main content area where the real work happens. Each view contains one or more portlets (self contained view fragments) that typically include a link for help in the header. Look at the top of this portlet for an example and try it out.

@@ -19,8 +19,12 @@

Mailing lists are available to get involved in the development of Apache Geronimo or to ask questions of the community:

So share your experiences with us and let us know how we can make Geronimo even better.

@@ -44,12 +48,16 @@  
- Database Pools
- Security Realms
- JMS Resources
- Deploy Applications
- Web Server Ports
- Memory & Uptime
+ <%-- Is there any way to not hardcode /console? The problem is, this + code runs from /console-standard, so the context root is not correct. + Perhaps there's some tag to point to a different portlet, but what + about the images? --%> + Database Pools
+ Security Realms
+ JMS Resources
+ Deploy Applications
+ Web Server Ports
+ Memory & Uptime
 
@@ -103,7 +111,7 @@


  Modified: geronimo/trunk/modules/assembly/src/var/log/server-log4j.properties URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/src/var/log/server-log4j.properties?rev=353806&r1=353805&r2=353806&view=diff ============================================================================== --- geronimo/trunk/modules/assembly/src/var/log/server-log4j.properties (original) +++ geronimo/trunk/modules/assembly/src/var/log/server-log4j.properties Sat Dec 3 19:45:47 2005 @@ -100,3 +100,6 @@ # Prints various stuff during startup log4j.category.org.apache.juddi.registry.RegistryServlet=WARN + +# Prints various stuff during startup +log4j.category.org.apache.pluto.portalImpl.Servlet=WARN