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