Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 61243 invoked from network); 17 Oct 2007 12:37:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 12:37:31 -0000 Received: (qmail 8404 invoked by uid 500); 17 Oct 2007 12:37:00 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 8363 invoked by uid 500); 17 Oct 2007 12:37:00 -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 8351 invoked by uid 99); 17 Oct 2007 12:37:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 05:37:00 -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; Wed, 17 Oct 2007 12:37:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2D5BC1A983E; Wed, 17 Oct 2007 05:36:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585459 - /geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/webapp/WEB-INF/view/configcreator/environment.jsp Date: Wed, 17 Oct 2007 12:36:21 -0000 To: scm@geronimo.apache.org From: shivahr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071017123622.2D5BC1A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: shivahr Date: Wed Oct 17 05:36:21 2007 New Revision: 585459 URL: http://svn.apache.org/viewvc?rev=585459&view=rev Log: GERONIMO-3428 Updating user documentation in "Create Plan" portlet's jsp files by reusing the documentation in http://cwiki.apache.org/GMOxDOC12/deployment-plans.html. Modified: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/webapp/WEB-INF/view/configcreator/environment.jsp Modified: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/webapp/WEB-INF/view/configcreator/environment.jsp URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/webapp/WEB-INF/view/configcreator/environment.jsp?rev=585459&r1=585458&r2=585459&view=diff ============================================================================== --- geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/webapp/WEB-INF/view/configcreator/environment.jsp (original) +++ geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/webapp/WEB-INF/view/configcreator/environment.jsp Wed Oct 17 05:36:21 2007 @@ -23,7 +23,7 @@

WAR - Environment -- Configure Web Application Identity and Class Path

-

Enter description about the configuration elements being created in this page

+

Defaults in this page should suffice for typical scenarios.

@@ -32,98 +32,103 @@ - - + + - + + - - + + + + + + - + - - + + - + - - + + - + - - + + - + + - - + + - + - - + + - + - - + + - + + - +
-
Web Context Root:
-
Web Context Root:
Enter description about context-root hereThis is the first part of the URL used to access the Web application by the client. + For example, if the context-root is entered as "HelloWorld", then a typical URL to the application would + start with "http://host:port/HelloWorld/".
Web Application Identity
-
GroupId:
-
Every module in Geronimo is uniquely identified by it's ModuleID which consists of four components: + groupId/artifactId/version/type. Example: "org.apache.geronimo.plugins/plancreator-tomcat/2.1/car".
Group Id:
Enter description about groupId hereA name identifying a group of related modules. This may be a project name, a company name, etc. + The important thing is that each artifactID should be unique within the group.
-
ArtifactId:
-
Artifact Id:
Enter description about artifactId hereA name identifying the specific module within the group.
-
Version:
-
Version:
Enter description about version hereVersion number for the module.
-
Type:
-
Type:
Enter description about type hereA module's type is normally either CAR (for a system module) or the file extension for an application + module (ear,war,jar,etc).
Class Path Settings
-
HiddenClasses:
-
Hidden Classes:
Enter description about HiddenClasses here. Separate multiple entries with a semicolon(;)List packages or classes that may be in a parent class loader, but should not be exposed from there to + the Web application. This is typically used when the Web application wants to use a different version of a + library than that of it's parent configuration (or Geronimo itself) uses. + Separate multiple package/class names with a semicolon ';'
-
NonOverridableClasses:
-
Non Overridable Classes:
Enter description about nonOverridableClasses here. Separate multiple entries with a semicolon(;)List packages or classes that the Web application should always load from a parent class loader, and + never load from WEB-INF/lib or WEB-INF/classes. This might be used to force a Web application to share the + same instance of a common library with other Web applications, even if they each include it in their own WAR. + Separate multiple package/class names with a semicolon ';'
-
InverseClassLoading:
-
CHECKED />
Inverse Class Loading:
CHECKED />
Enter description about inverseClassLoading hereNormally (if this element is not checked), the module's class loader will work normally - classes will be + loaded from the parent class loader if available before checking the current class loader. If this element is + checked, that behavior is reversed and the current class loader will always be checked first before looking + in the parent class loader. This is often enabled to give the JARs in WEB-INF/lib precedence over anything + that might be in a parent class loader.
-
-