You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pm...@apache.org on 2007/01/23 17:53:12 UTC

svn commit: r499076 - /geronimo/server/trunk/RELEASE-NOTES-2.0-M2.TXT

Author: pmcmahan
Date: Tue Jan 23 08:53:11 2007
New Revision: 499076

URL: http://svn.apache.org/viewvc?view=rev&rev=499076
Log:
minor updates to the 2.0-M2 release notes. also added a comment that jstl can be enabled by
including jstl.jar in WEB-INF/lib, for those who want to avoid creating a geronimo-web.xml.

Modified:
    geronimo/server/trunk/RELEASE-NOTES-2.0-M2.TXT

Modified: geronimo/server/trunk/RELEASE-NOTES-2.0-M2.TXT
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/RELEASE-NOTES-2.0-M2.TXT?view=diff&rev=499076&r1=499075&r2=499076
==============================================================================
--- geronimo/server/trunk/RELEASE-NOTES-2.0-M2.TXT (original)
+++ geronimo/server/trunk/RELEASE-NOTES-2.0-M2.TXT Tue Jan 23 08:53:11 2007
@@ -103,6 +103,7 @@
        <dep:artifactId>jstl</dep:artifactId>
        </dep:dependency>
      </dep:dependencies>
+    Alternatively, the jstl jar can be included in the application's WEB-INF/lib directory.
 
 - JSF 1.2 - Not yet supported
   -JSF applications will deploy and start but will not execute yet. An updated MyFaces package
@@ -130,7 +131,7 @@
 
 <geronimo_home>/bin/geronimo.sh
 or
-<geronimo_home>/bin/geronimo.bat
+<geronimo_home>\bin\geronimo.bat
 
 The command will display help text instructing you as to how to start and stop 
 the Geronimo server.
@@ -147,9 +148,9 @@
 Administration Console Security Configuration
 ---------------------------------------------
 The default administration user/password for the Geronimo Administration Console 
-and deployment tool is system/manager.  You can change these defaults directly 
-from the Geronimo Administration Console by accessing Security -> Console Realm
-and change the user name and password from the Console Realm Users portlet.
+and command line deployment tool is system/manager.  You can change these defaults
+directly from the Geronimo Administration Console by accessing Security -> Console
+Realm and change the user name and password from the Console Realm Users portlet.
 
 As an alternative, you can make the same changes by editing the 
 <geronimo_home>/var/security/users.properties and 
@@ -165,12 +166,12 @@
 <geronimo_home>/bin/java -jar deployer.jar deploy my-web-app.war [deploy plan]
 
 You will need to use the username "system" and password "manager" unless you 
-customized those during the install process.  The deployment plan argument is 
+customized those as described above.  The deployment plan argument is 
 optional -- you can pack a deployment plan into the application module, provide
 it on the command line, or in some cases omit it entirely.
 
-You can also use the "Login" command once and avoid to enter user name and 
-password every time you use the deploy tool
+You can also use the "Login" command to avoid entering a user name and password
+every time you use the deploy tool
 
 For more information on the commands and options supported by the deploy tool,
 run from within the Geronimo directory <geronimo_home>/bin: