Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 38343 invoked from network); 10 Dec 2005 09:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 09:04:22 -0000 Received: (qmail 36344 invoked by uid 500); 10 Dec 2005 09:04:21 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 36336 invoked by uid 500); 10 Dec 2005 09:04:21 -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 36325 invoked by uid 99); 10 Dec 2005 09:04:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 01:04:21 -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, 10 Dec 2005 01:04:20 -0800 Received: (qmail 38258 invoked by uid 65534); 10 Dec 2005 09:04:00 -0000 Message-ID: <20051210090400.38257.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r355724 - in /geronimo/trunk/applications/welcome/src/webapp: images/powered_by_100x30.gif index.jsp Date: Sat, 10 Dec 2005 09:04:00 -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 10 01:03:58 2005 New Revision: 355724 URL: http://svn.apache.org/viewcvs?rev=355724&view=rev Log: Update the welcome page - Remove confluence links, on account of uncertain URL future (It's been added to our documentation page) - Add some helper text - pointer to the console - directions on replacing the welcome app with a default web app - Add the powered by image Added: geronimo/trunk/applications/welcome/src/webapp/images/powered_by_100x30.gif (with props) Modified: geronimo/trunk/applications/welcome/src/webapp/index.jsp Added: geronimo/trunk/applications/welcome/src/webapp/images/powered_by_100x30.gif URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/welcome/src/webapp/images/powered_by_100x30.gif?rev=355724&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/trunk/applications/welcome/src/webapp/images/powered_by_100x30.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: geronimo/trunk/applications/welcome/src/webapp/index.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/welcome/src/webapp/index.jsp?rev=355724&r1=355723&r2=355724&view=diff ============================================================================== --- geronimo/trunk/applications/welcome/src/webapp/index.jsp (original) +++ geronimo/trunk/applications/welcome/src/webapp/index.jsp Sat Dec 10 01:03:58 2005 @@ -53,7 +53,7 @@ @@ -61,16 +61,16 @@ FAQ
Wiki
Geronimo Documentation
- Additional Documentation
+<%-- Additional Documentation
--%>  
- Documentation       + Documentation      

- + @@ -84,24 +84,24 @@
- Geronimo Online       + Geronimo Online      
- +
- + -
- Geronimo Examples       + Geronimo Examples      
Servlet Examples
JSP Examples
- Download Additional Examples
+<%-- Download Additional Examples
--%>   - +
+       @@ -111,7 +111,38 @@

If you're seeing this page via a web browser, it means you've setup
Apache Geronimo™ successfully. Congratulations!

-

As you may have guessed by now, this is the default home page for Geronimo. If you're seeing this page, and you don't think you should be, then either you're either a user who has arrived at new installation of Geronimo, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the Geronimo Documentation for more detailed setup and administration information.

+

As you may have guessed by now, this is the default home page for Geronimo. If you're seeing this page, + and you don't think you should be, then either you're either a user who has arrived at new installation + of Geronimo, or you're an administrator who hasn't got his/her setup quite right. If you need help + setting up or administering Geronimo, see the + Geronimo Documentation.

+ +

If you'd like to get started configuring Geronimo and the applications and services available + in Geronimo, you might want to start with the Geronimo + Admin Console (if this is your first time using Geronimo, the admin username + is probably "system" with password "manager", though if you used the installer you got to choose + your own during the installation).

+ +
+

Would you like your application to appear at this URL?
+ To set the context root for a web application, you can write a Geronimo deployment + plan that uses the context-root element to specify the URL prefix used to + reach that application. If you specify a context root of / then the + application will appear at this URL. However, you'll need to stop this small + Welcome application first!

+

Your web deployment plan should look like this, and you can either pack it into + the WAR at WEB-INF/geronimo-web.xml or provide it as a separate argument + to the deploy tool.

+
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.0"
+         configId="MyApplication">
+    <context-root>/</context-root>
+    <context-priority-classloader>false</context-priority-classloader>
+</web-app>
+

Then you can stop this application and deploy yours with a command like this:

+ <% boolean jetty = application.getServerInfo().toLowerCase().indexOf("jetty") > -1; %> +
java -jar bin/deployer.jar stop geronimo/welcome-<% if(jetty) {%>jetty<%} else {%>tomcat<%}%>/1.0/car
+java -jar bin/deployer.jar deploy MyWebApp.war
+

Geronimo mailing lists are available at the Geronimo project web site:

@@ -123,6 +154,7 @@

Thanks for using Geronimo!

+ @@ -139,4 +171,4 @@ - +