Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 65423 invoked from network); 13 Dec 2005 20:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Dec 2005 20:28:30 -0000 Received: (qmail 88524 invoked by uid 500); 13 Dec 2005 20:28:24 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 88497 invoked by uid 500); 13 Dec 2005 20:28:24 -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 88474 invoked by uid 99); 13 Dec 2005 20:28:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 12:28:23 -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; Tue, 13 Dec 2005 12:28:21 -0800 Received: (qmail 64987 invoked by uid 65534); 13 Dec 2005 20:27:59 -0000 Message-ID: <20051213202759.64984.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r356608 - in /geronimo/branches/1.0/applications/welcome/src/webapp: index.jsp main.css Date: Tue, 13 Dec 2005 20:27:58 -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: Tue Dec 13 12:27:54 2005 New Revision: 356608 URL: http://svn.apache.org/viewcvs?rev=356608&view=rev Log: Add in an overview of the configurations that are available by default. Modified: geronimo/branches/1.0/applications/welcome/src/webapp/index.jsp geronimo/branches/1.0/applications/welcome/src/webapp/main.css Modified: geronimo/branches/1.0/applications/welcome/src/webapp/index.jsp URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/applications/welcome/src/webapp/index.jsp?rev=356608&r1=356607&r2=356608&view=diff ============================================================================== --- geronimo/branches/1.0/applications/welcome/src/webapp/index.jsp (original) +++ geronimo/branches/1.0/applications/welcome/src/webapp/index.jsp Tue Dec 13 12:27:54 2005 @@ -97,7 +97,7 @@ Servlet Examples
JSP Examples
<%-- Download Additional Examples
--%> - LDAP Demo
+ LDAP Demo
@@ -152,11 +152,100 @@

Thanks for using Geronimo!

+
+

Would you like a slimmer Geronimo installation?
+ Geronimo ships with a number of sample applications and demonistration services + running. The table below lists the default configurations and whether they're + required or optional for a J2EE application server configuration.

+

To disable any option configuration, run a command like this:

+
java -jar bin/deployer.jar stop configuration-name
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameComments
Application EARs (list)
geronimo/daytrader-derby-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carOptional; day trader sample application
geronimo/uddi-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carOptional; JAXR/UDDI repository
geronimo/webconsole-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carRecommended; Web management console
Web Application WARs (list)
geronimo/jmxdebug-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carOptional; JMX debugging web application
geronimo/jsp-examples-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carOptional; JSP examples
geronimo/ldap-demo-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carOptional; Directions and tests for sample LDAP security realm
geronimo/remote-deploy-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carRecommended; support for running deployment commands from a remote machine
geronimo/servlets-examples-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carOptional; Servlet examples
geronimo/welcome-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/carOptional; this welcome site
J2EE Connector RARs (list)
geronimo/activemq/1.0/carRequired; Standard ActiveMQ configuration and connection factories
geronimo/system-database/1.0/carRequired; Embedded Derby database supporting key system functions
Application Client JARs (list)
geronimo/daytrader-derby-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>-streamer-client/1.0/carOptional; Client for daytrader sample application
System Modules (list)
geronimo/directory/1.0/carOptional; Embedded Apache Directory LDAP server
geronimo/ldap-realm/1.0/carOptional; Sample security realm using embedded LDAP server
geronimo/hot-deployer/1.0/carRecommended; Supports hot deployment for
geronimo/j2ee-corba/1.0/carOptional; Support for code in Geronimo acting as a CORBA client or server
geronimo/javamail/1.0/carOptional; Supports JavaMail resources
Other System ModulesDo Not Change; The other system configurations that are running should not + be stopped, and the other system configurations that are not running should not be + started.
+
+ +

-
  Copyright © 1999-2005 Apache Software Foundation
Modified: geronimo/branches/1.0/applications/welcome/src/webapp/main.css URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/applications/welcome/src/webapp/main.css?rev=356608&r1=356607&r2=356608&view=diff ============================================================================== --- geronimo/branches/1.0/applications/welcome/src/webapp/main.css (original) +++ geronimo/branches/1.0/applications/welcome/src/webapp/main.css Tue Dec 13 12:27:54 2005 @@ -27,6 +27,12 @@ font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; } +th +{ + font-size: 12px; + font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; +} + a:link, a:visited { color: #204486;