Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-06 Thread Kevan Miller


On Jan 6, 2006, at 4:20 AM, Jacek Laskowski wrote:


2006/1/6, Matt Hogstrom <[EMAIL PROTECTED]>:

Apache Geronimo 1.0 introduces complete J2EE 1.4 certification,  
support for Java

Business Integration (JBI)


I don't understand it. How do we support JBI? Do we provide a
configuration for ServiceMix (or possibly Celtix or another JBI
container) ? I think it we don't, unfortunatelly. I wish I were wrong.


Jacek,
You're correct. It's not currently supported. There was a prototype  
implementation, but was removed prior to 1.0. Unfortunately, it was  
improperly documented in a note, last month, and has been perpetuated  
via copy/paste... I'm sure this will be an item in the 2.0  
discussions...


--kevan


Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-06 Thread Antonio Gallardo

Davanum Srinivas wrote:

Really amazing!


Congrats
 


+1.

Best Regards,

Antonio Gallardo.


-- dims

On 1/5/06, Matt Hogstrom <[EMAIL PROTECTED]> wrote:
 


The Apache Geronimo team is proud to announce the availability of Geronimo
Version 1.0 for immediate download.  Please visit
http://geronimo.apache.org/downloads.html.
   





Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-06 Thread Jacek Laskowski
2006/1/6, Matt Hogstrom <[EMAIL PROTECTED]>:
> The Apache Geronimo team is proud to announce the availability of Geronimo
> Version 1.0 for immediate download.  Please visit
> http://geronimo.apache.org/downloads.html.

Hi Matt,

Good job and thanks for taking care of the 1.0 release! I learnt lots
of good practicies of how to lead the release process. You are my most
valuable contact when/if I ever decide to become a release mgr ;)

I spot however several places with Geronimo or even geronimo mentioned
without its FQN (=fully qualified name), which is Apache Geronimo.
AFAIR, it's the only name we should use in the public press, shouldn't
we?

> Apache Geronimo 1.0 introduces complete J2EE 1.4 certification, support for 
> Java
> Business Integration (JBI)

I don't understand it. How do we support JBI? Do we provide a
configuration for ServiceMix (or possibly Celtix or another JBI
container) ? I think it we don't, unfortunatelly. I wish I were wrong.

Jacek


Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread John Sisson
Are you sure you weren't redirected to a mirror that hasn't synced yet 
with the new release?  In my case the suggested mirror site didn't have 
the file, but the other mirror sites did.


Hopefully it will fix itself soon.

John

Ken Perl wrote:


really good news, but the release notes link is broken.

On 1/6/06, Christopher Chan <[EMAIL PROTECTED]> wrote:
 


Congrats and nice work to all!!

-Original Message-
From: Matt Hogstrom [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 6:18 PM
To: dev@geronimo.apache.org; user@geronimo.apache.org; [EMAIL PROTECTED]
Subject: ANNOUNCE Geronimo Version 1.0 Available for Download

The Apache Geronimo team is proud to announce the availability of Geronimo
Version 1.0 for immediate download.  Please visit
http://geronimo.apache.org/downloads.html.

The release has passed all J2EE 1.4 Certification Tests.  In addition, many
thanks to our community and volunteers that have tested Geronimo on many
operating systems including Linux, Windows, MacOS and zLinux as well as many

hardware platforms.

Apache Geronimo 1.0 introduces complete J2EE 1.4 certification, support for
Java
Business Integration (JBI), Jetty or Tomcat Web container deployment
options, a
complete Web-enabled management console based on Java Portlets, full
integration
with the Eclipse Web Tools Project, and integration of Apache Derby and the
Apache Directory Server.

Included in this e-mail are relevant sections from the RELEASE-NOTES which
can
be found in the distributions that are available for download.  For up to
the
minute Release Notes and information you can check the Geronimo home page at

http://geronimo.apache.org.

===

Release Notes -- Apache Geronimo -- Version 1.0

Geronimo URLs
-
Home Page: http://geronimo.apache.org/
Downloads: http://geronimo.apache.org/downloads.html
Documentation: http://geronimo.apache.org/documentation.html
Mailing Lists: http://geronimo.apache.org/mailing.html
Source Code:   http://geronimo.apache.org/svn.html
Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO
Wiki:  http://wiki.apache.org/geronimo


System Requirements
---
You need a platform that supports the Sun JDK 1.4.2.  CORBA
support requires a Sun Java 1.4.2 VM (specifically 1.4.2_08
or a higher 1.4.2_* release).

Most testing has been done on Linux, Mac OS X, and Windows.


Installing & Starting Geronimo
--
To install, simply unpack the .zip (Windows) or tar.gz (Unix) file
containing Geronimo.

Documentation is included in the docs directory in your unpacked server.

If you wish to modify the default ports that
Geronimo will use, edit the file var/config/config.xml in your
Geronimo directory.

Geronimo comes with batch and script files to control server start
and stop functions.  To see usage examples simply type geronimo.bat
or geronimo.sh command as appropriate for your platform.  It is
necessary to set JAVA_HOME to the copy of your Sun 1.4.2 JDK/JRE
prior to executing the command.  Here is an example:

export JAVA_HOME=/directory_to_the_JRE/
bin/geronimo.sh

The command will display help text instructing you as to how to start
and stop the Geronimo server.

If you prefer to start the server without a script file you can simply type:

java -jar bin/server.jar

Once the server has started, you can access the administration console
at http://localhost:8080/console/ . The default user name is "system" and
the default password is "manager".


Administration Console Security Configuration
-
The default administration user/password for the admin console and
deployment is system/manager.  To change this edit the
var/security/users.properties and var/security/groups.properties
files.

Future Road Map at a Glance
---
http://issues.apache.org/jira/browse/GERONIMO?
  report=com.atlassian.jira.plugin.system.project:roadmap-panel

  (the above URL must be all on one line)


Late Release News (not in RELEASE-NOTES-1.0.txt in build)
-
Just as the Geronimo Release was being prepared a report was made about a
potential security issue when using the Jetty Web Conatiner.  The issue was
noted
on Jetty 5.1.9 which used by geronimo 1.0, which allows a crafted URL to
access the
contents of a WEB-INF directory if the server is running on a Windows
platform.
This issue is fixed in Jetty 5.1.10 and will be provided in Geronimo 1.0.1
which
will
be available in the near future.


Significant Changes Since the M5 Release

 * the ConfigID format has been updated in anticipatation of future
   enhancements.  Application plans that include configIds of
   configurations included in Geronimo M5 and earlier will require
   modifications.  See the Wiki at http://wiki.apache.org/geronimo
   for more information.
 * More functionality and new look and feel for the Administrat

Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread Ken Perl
really good news, but the release notes link is broken.

On 1/6/06, Christopher Chan <[EMAIL PROTECTED]> wrote:
> Congrats and nice work to all!!
>
> -Original Message-
> From: Matt Hogstrom [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 05, 2006 6:18 PM
> To: dev@geronimo.apache.org; user@geronimo.apache.org; [EMAIL PROTECTED]
> Subject: ANNOUNCE Geronimo Version 1.0 Available for Download
>
> The Apache Geronimo team is proud to announce the availability of Geronimo
> Version 1.0 for immediate download.  Please visit
> http://geronimo.apache.org/downloads.html.
>
> The release has passed all J2EE 1.4 Certification Tests.  In addition, many
> thanks to our community and volunteers that have tested Geronimo on many
> operating systems including Linux, Windows, MacOS and zLinux as well as many
>
> hardware platforms.
>
> Apache Geronimo 1.0 introduces complete J2EE 1.4 certification, support for
> Java
> Business Integration (JBI), Jetty or Tomcat Web container deployment
> options, a
> complete Web-enabled management console based on Java Portlets, full
> integration
> with the Eclipse Web Tools Project, and integration of Apache Derby and the
> Apache Directory Server.
>
> Included in this e-mail are relevant sections from the RELEASE-NOTES which
> can
> be found in the distributions that are available for download.  For up to
> the
> minute Release Notes and information you can check the Geronimo home page at
>
> http://geronimo.apache.org.
>
> ===
>
> Release Notes -- Apache Geronimo -- Version 1.0
>
> Geronimo URLs
> -
> Home Page: http://geronimo.apache.org/
> Downloads: http://geronimo.apache.org/downloads.html
> Documentation: http://geronimo.apache.org/documentation.html
> Mailing Lists: http://geronimo.apache.org/mailing.html
> Source Code:   http://geronimo.apache.org/svn.html
> Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO
> Wiki:  http://wiki.apache.org/geronimo
>
>
> System Requirements
> ---
> You need a platform that supports the Sun JDK 1.4.2.  CORBA
> support requires a Sun Java 1.4.2 VM (specifically 1.4.2_08
> or a higher 1.4.2_* release).
>
> Most testing has been done on Linux, Mac OS X, and Windows.
>
>
> Installing & Starting Geronimo
> --
> To install, simply unpack the .zip (Windows) or tar.gz (Unix) file
> containing Geronimo.
>
> Documentation is included in the docs directory in your unpacked server.
>
> If you wish to modify the default ports that
> Geronimo will use, edit the file var/config/config.xml in your
> Geronimo directory.
>
> Geronimo comes with batch and script files to control server start
> and stop functions.  To see usage examples simply type geronimo.bat
> or geronimo.sh command as appropriate for your platform.  It is
> necessary to set JAVA_HOME to the copy of your Sun 1.4.2 JDK/JRE
> prior to executing the command.  Here is an example:
>
> export JAVA_HOME=/directory_to_the_JRE/
> bin/geronimo.sh
>
> The command will display help text instructing you as to how to start
> and stop the Geronimo server.
>
> If you prefer to start the server without a script file you can simply type:
>
> java -jar bin/server.jar
>
> Once the server has started, you can access the administration console
> at http://localhost:8080/console/ . The default user name is "system" and
> the default password is "manager".
>
>
> Administration Console Security Configuration
> -
> The default administration user/password for the admin console and
> deployment is system/manager.  To change this edit the
> var/security/users.properties and var/security/groups.properties
> files.
>
> Future Road Map at a Glance
> ---
> http://issues.apache.org/jira/browse/GERONIMO?
>report=com.atlassian.jira.plugin.system.project:roadmap-panel
>
>(the above URL must be all on one line)
>
>
> Late Release News (not in RELEASE-NOTES-1.0.txt in build)
> -
> Just as the Geronimo Release was being prepared a report was made about a
> potential security issue when using the Jetty Web Conatiner.  The issue was
> noted
> on Jetty 5.1.9 which used by geronimo 1.0, which allows a crafted URL to
> access the
> contents of a WEB-INF directory if the server is running on a Windows
> platform.
> This issue is fixed in Jetty 5.1.10 and will be provided in Geronimo 1.0.1
> which
> will
> be available in the near future.
>
>
> Significant Changes Since the M5 Release
> 
>   * the ConfigID format has been updated in anticipatation of future
> enhancements.  Application plans that include configIds of
> configurations included in Geronimo M5 and earlier will require
> modifications.  See the Wiki at http://wiki.apache.org/geronimo
> for more information.
>   * More functionality and new look and feel for the Administrative
> Console 

RE: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread Christopher Chan
Congrats and nice work to all!!

-Original Message-
From: Matt Hogstrom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 05, 2006 6:18 PM
To: dev@geronimo.apache.org; user@geronimo.apache.org; [EMAIL PROTECTED]
Subject: ANNOUNCE Geronimo Version 1.0 Available for Download

The Apache Geronimo team is proud to announce the availability of Geronimo 
Version 1.0 for immediate download.  Please visit 
http://geronimo.apache.org/downloads.html.

The release has passed all J2EE 1.4 Certification Tests.  In addition, many 
thanks to our community and volunteers that have tested Geronimo on many 
operating systems including Linux, Windows, MacOS and zLinux as well as many

hardware platforms.

Apache Geronimo 1.0 introduces complete J2EE 1.4 certification, support for
Java 
Business Integration (JBI), Jetty or Tomcat Web container deployment
options, a 
complete Web-enabled management console based on Java Portlets, full
integration 
with the Eclipse Web Tools Project, and integration of Apache Derby and the 
Apache Directory Server.

Included in this e-mail are relevant sections from the RELEASE-NOTES which
can 
be found in the distributions that are available for download.  For up to
the 
minute Release Notes and information you can check the Geronimo home page at

http://geronimo.apache.org.

===

Release Notes -- Apache Geronimo -- Version 1.0

Geronimo URLs
-
Home Page: http://geronimo.apache.org/
Downloads: http://geronimo.apache.org/downloads.html
Documentation: http://geronimo.apache.org/documentation.html
Mailing Lists: http://geronimo.apache.org/mailing.html
Source Code:   http://geronimo.apache.org/svn.html
Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO
Wiki:  http://wiki.apache.org/geronimo


System Requirements
---
You need a platform that supports the Sun JDK 1.4.2.  CORBA
support requires a Sun Java 1.4.2 VM (specifically 1.4.2_08
or a higher 1.4.2_* release).

Most testing has been done on Linux, Mac OS X, and Windows.


Installing & Starting Geronimo
--
To install, simply unpack the .zip (Windows) or tar.gz (Unix) file
containing Geronimo.

Documentation is included in the docs directory in your unpacked server.

If you wish to modify the default ports that
Geronimo will use, edit the file var/config/config.xml in your
Geronimo directory.

Geronimo comes with batch and script files to control server start
and stop functions.  To see usage examples simply type geronimo.bat
or geronimo.sh command as appropriate for your platform.  It is
necessary to set JAVA_HOME to the copy of your Sun 1.4.2 JDK/JRE
prior to executing the command.  Here is an example:

export JAVA_HOME=/directory_to_the_JRE/
bin/geronimo.sh

The command will display help text instructing you as to how to start
and stop the Geronimo server.

If you prefer to start the server without a script file you can simply type:

java -jar bin/server.jar

Once the server has started, you can access the administration console
at http://localhost:8080/console/ . The default user name is "system" and
the default password is "manager".


Administration Console Security Configuration
-
The default administration user/password for the admin console and
deployment is system/manager.  To change this edit the
var/security/users.properties and var/security/groups.properties
files.

Future Road Map at a Glance
---
http://issues.apache.org/jira/browse/GERONIMO?
   report=com.atlassian.jira.plugin.system.project:roadmap-panel

   (the above URL must be all on one line)


Late Release News (not in RELEASE-NOTES-1.0.txt in build)
-
Just as the Geronimo Release was being prepared a report was made about a
potential security issue when using the Jetty Web Conatiner.  The issue was
noted
on Jetty 5.1.9 which used by geronimo 1.0, which allows a crafted URL to
access the
contents of a WEB-INF directory if the server is running on a Windows
platform.
This issue is fixed in Jetty 5.1.10 and will be provided in Geronimo 1.0.1
which 
will
be available in the near future.


Significant Changes Since the M5 Release

  * the ConfigID format has been updated in anticipatation of future
enhancements.  Application plans that include configIds of
configurations included in Geronimo M5 and earlier will require
modifications.  See the Wiki at http://wiki.apache.org/geronimo
for more information.
  * More functionality and new look and feel for the Administrative
Console (http://localhost:8080/console/)
  * Added HTTP session clustering to the Tomcat configuration
included with Geronimo
  * Hot Deploy by copying your deployment artifact to the deploy/
directory
  * Ability to run the deploy tool from a machine other than the
application server (remote deployment)
  * Packages that r

Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread Dan Diephouse

Awesome work guys. This is a great accomplishment!
- Dan

Matt Hogstrom wrote:
The Apache Geronimo team is proud to announce the availability of 
Geronimo Version 1.0 for immediate download.  Please visit 
http://geronimo.apache.org/downloads.html.


The release has passed all J2EE 1.4 Certification Tests.  In addition, 
many thanks to our community and volunteers that have tested Geronimo 
on many operating systems including Linux, Windows, MacOS and zLinux 
as well as many hardware platforms.


Apache Geronimo 1.0 introduces complete J2EE 1.4 certification, 
support for Java Business Integration (JBI), Jetty or Tomcat Web 
container deployment options, a complete Web-enabled management 
console based on Java Portlets, full integration with the Eclipse Web 
Tools Project, and integration of Apache Derby and the Apache 
Directory Server.


Included in this e-mail are relevant sections from the RELEASE-NOTES 
which can be found in the distributions that are available for 
download.  For up to the minute Release Notes and information you can 
check the Geronimo home page at http://geronimo.apache.org.


===

Release Notes -- Apache Geronimo -- Version 1.0

Geronimo URLs
-
Home Page: http://geronimo.apache.org/
Downloads: http://geronimo.apache.org/downloads.html
Documentation: http://geronimo.apache.org/documentation.html
Mailing Lists: http://geronimo.apache.org/mailing.html
Source Code:   http://geronimo.apache.org/svn.html
Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO
Wiki:  http://wiki.apache.org/geronimo


System Requirements
---
You need a platform that supports the Sun JDK 1.4.2.  CORBA
support requires a Sun Java 1.4.2 VM (specifically 1.4.2_08
or a higher 1.4.2_* release).

Most testing has been done on Linux, Mac OS X, and Windows.


Installing & Starting Geronimo
--
To install, simply unpack the .zip (Windows) or tar.gz (Unix) file
containing Geronimo.

Documentation is included in the docs directory in your unpacked server.

If you wish to modify the default ports that
Geronimo will use, edit the file var/config/config.xml in your
Geronimo directory.

Geronimo comes with batch and script files to control server start
and stop functions.  To see usage examples simply type geronimo.bat
or geronimo.sh command as appropriate for your platform.  It is
necessary to set JAVA_HOME to the copy of your Sun 1.4.2 JDK/JRE
prior to executing the command.  Here is an example:

export JAVA_HOME=/directory_to_the_JRE/
bin/geronimo.sh

The command will display help text instructing you as to how to start
and stop the Geronimo server.

If you prefer to start the server without a script file you can simply 
type:


java -jar bin/server.jar

Once the server has started, you can access the administration console
at http://localhost:8080/console/ . The default user name is "system" and
the default password is "manager".


Administration Console Security Configuration
-
The default administration user/password for the admin console and
deployment is system/manager.  To change this edit the
var/security/users.properties and var/security/groups.properties
files.

Future Road Map at a Glance
---
http://issues.apache.org/jira/browse/GERONIMO?
  report=com.atlassian.jira.plugin.system.project:roadmap-panel

  (the above URL must be all on one line)


Late Release News (not in RELEASE-NOTES-1.0.txt in build)
-
Just as the Geronimo Release was being prepared a report was made about a
potential security issue when using the Jetty Web Conatiner.  The 
issue was noted
on Jetty 5.1.9 which used by geronimo 1.0, which allows a crafted URL 
to access the
contents of a WEB-INF directory if the server is running on a Windows 
platform.
This issue is fixed in Jetty 5.1.10 and will be provided in Geronimo 
1.0.1 which will

be available in the near future.


Significant Changes Since the M5 Release

 * the ConfigID format has been updated in anticipatation of future
   enhancements.  Application plans that include configIds of
   configurations included in Geronimo M5 and earlier will require
   modifications.  See the Wiki at http://wiki.apache.org/geronimo
   for more information.
 * More functionality and new look and feel for the Administrative
   Console (http://localhost:8080/console/)
 * Added HTTP session clustering to the Tomcat configuration
   included with Geronimo
 * Hot Deploy by copying your deployment artifact to the deploy/
   directory
 * Ability to run the deploy tool from a machine other than the
   application server (remote deployment)
 * Packages that represented experimental, pre-release or obsolete
   versions were removed.
 * Clustering
   - Tomcat support for clustering is available in this release.
   - WADI has been included as a technology preview for

Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread Jeff Genender
Great work to the team...especially Matt for taking a beating getting us
here.  This was a long hard roadand important milestone.  Special
thanks to *everyone* in the community for helping to test this and find
the hidden nasties.

Jeff

Matt Hogstrom wrote:
> The Apache Geronimo team is proud to announce the availability of
> Geronimo Version 1.0 for immediate download.  Please visit
> http://geronimo.apache.org/downloads.html.
> 
> The release has passed all J2EE 1.4 Certification Tests.  In addition,
> many thanks to our community and volunteers that have tested Geronimo on
> many operating systems including Linux, Windows, MacOS and zLinux as
> well as many hardware platforms.
> 
> Apache Geronimo 1.0 introduces complete J2EE 1.4 certification, support
> for Java Business Integration (JBI), Jetty or Tomcat Web container
> deployment options, a complete Web-enabled management console based on
> Java Portlets, full integration with the Eclipse Web Tools Project, and
> integration of Apache Derby and the Apache Directory Server.
> 
> Included in this e-mail are relevant sections from the RELEASE-NOTES
> which can be found in the distributions that are available for
> download.  For up to the minute Release Notes and information you can
> check the Geronimo home page at http://geronimo.apache.org.
> 
> ===
> 
> Release Notes -- Apache Geronimo -- Version 1.0
> 
> Geronimo URLs
> -
> Home Page: http://geronimo.apache.org/
> Downloads: http://geronimo.apache.org/downloads.html
> Documentation: http://geronimo.apache.org/documentation.html
> Mailing Lists: http://geronimo.apache.org/mailing.html
> Source Code:   http://geronimo.apache.org/svn.html
> Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO
> Wiki:  http://wiki.apache.org/geronimo
> 
> 
> System Requirements
> ---
> You need a platform that supports the Sun JDK 1.4.2.  CORBA
> support requires a Sun Java 1.4.2 VM (specifically 1.4.2_08
> or a higher 1.4.2_* release).
> 
> Most testing has been done on Linux, Mac OS X, and Windows.
> 
> 
> Installing & Starting Geronimo
> --
> To install, simply unpack the .zip (Windows) or tar.gz (Unix) file
> containing Geronimo.
> 
> Documentation is included in the docs directory in your unpacked server.
> 
> If you wish to modify the default ports that
> Geronimo will use, edit the file var/config/config.xml in your
> Geronimo directory.
> 
> Geronimo comes with batch and script files to control server start
> and stop functions.  To see usage examples simply type geronimo.bat
> or geronimo.sh command as appropriate for your platform.  It is
> necessary to set JAVA_HOME to the copy of your Sun 1.4.2 JDK/JRE
> prior to executing the command.  Here is an example:
> 
> export JAVA_HOME=/directory_to_the_JRE/
> bin/geronimo.sh
> 
> The command will display help text instructing you as to how to start
> and stop the Geronimo server.
> 
> If you prefer to start the server without a script file you can simply
> type:
> 
> java -jar bin/server.jar
> 
> Once the server has started, you can access the administration console
> at http://localhost:8080/console/ . The default user name is "system" and
> the default password is "manager".
> 
> 
> Administration Console Security Configuration
> -
> The default administration user/password for the admin console and
> deployment is system/manager.  To change this edit the
> var/security/users.properties and var/security/groups.properties
> files.
> 
> Future Road Map at a Glance
> ---
> http://issues.apache.org/jira/browse/GERONIMO?
>   report=com.atlassian.jira.plugin.system.project:roadmap-panel
> 
>   (the above URL must be all on one line)
> 
> 
> Late Release News (not in RELEASE-NOTES-1.0.txt in build)
> -
> Just as the Geronimo Release was being prepared a report was made about a
> potential security issue when using the Jetty Web Conatiner.  The issue
> was noted
> on Jetty 5.1.9 which used by geronimo 1.0, which allows a crafted URL to
> access the
> contents of a WEB-INF directory if the server is running on a Windows
> platform.
> This issue is fixed in Jetty 5.1.10 and will be provided in Geronimo
> 1.0.1 which will
> be available in the near future.
> 
> 
> Significant Changes Since the M5 Release
> 
>  * the ConfigID format has been updated in anticipatation of future
>enhancements.  Application plans that include configIds of
>configurations included in Geronimo M5 and earlier will require
>modifications.  See the Wiki at http://wiki.apache.org/geronimo
>for more information.
>  * More functionality and new look and feel for the Administrative
>Console (http://localhost:8080/console/)
>  * Added HTTP session clustering to the Tomcat configuration
>included with Geronimo
>  * Hot Deploy by

Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread Erin Mulder
Matt Hogstrom wrote:
> The Apache Geronimo team is proud to announce the availability of
> Geronimo Version 1.0 for immediate download.  Please visit
> http://geronimo.apache.org/downloads.html.

CONGRATULATIONS

Cheers,
Erin


Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread Davanum Srinivas
Congrats

-- dims

On 1/5/06, Matt Hogstrom <[EMAIL PROTECTED]> wrote:
> The Apache Geronimo team is proud to announce the availability of Geronimo
> Version 1.0 for immediate download.  Please visit
> http://geronimo.apache.org/downloads.html.
>
> The release has passed all J2EE 1.4 Certification Tests.  In addition, many
> thanks to our community and volunteers that have tested Geronimo on many
> operating systems including Linux, Windows, MacOS and zLinux as well as many
> hardware platforms.
>
> Apache Geronimo 1.0 introduces complete J2EE 1.4 certification, support for 
> Java
> Business Integration (JBI), Jetty or Tomcat Web container deployment options, 
> a
> complete Web-enabled management console based on Java Portlets, full 
> integration
> with the Eclipse Web Tools Project, and integration of Apache Derby and the
> Apache Directory Server.
>
> Included in this e-mail are relevant sections from the RELEASE-NOTES which can
> be found in the distributions that are available for download.  For up to the
> minute Release Notes and information you can check the Geronimo home page at
> http://geronimo.apache.org.
>
> ===
>
> Release Notes -- Apache Geronimo -- Version 1.0
>
> Geronimo URLs
> -
> Home Page: http://geronimo.apache.org/
> Downloads: http://geronimo.apache.org/downloads.html
> Documentation: http://geronimo.apache.org/documentation.html
> Mailing Lists: http://geronimo.apache.org/mailing.html
> Source Code:   http://geronimo.apache.org/svn.html
> Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO
> Wiki:  http://wiki.apache.org/geronimo
>
>
> System Requirements
> ---
> You need a platform that supports the Sun JDK 1.4.2.  CORBA
> support requires a Sun Java 1.4.2 VM (specifically 1.4.2_08
> or a higher 1.4.2_* release).
>
> Most testing has been done on Linux, Mac OS X, and Windows.
>
>
> Installing & Starting Geronimo
> --
> To install, simply unpack the .zip (Windows) or tar.gz (Unix) file
> containing Geronimo.
>
> Documentation is included in the docs directory in your unpacked server.
>
> If you wish to modify the default ports that
> Geronimo will use, edit the file var/config/config.xml in your
> Geronimo directory.
>
> Geronimo comes with batch and script files to control server start
> and stop functions.  To see usage examples simply type geronimo.bat
> or geronimo.sh command as appropriate for your platform.  It is
> necessary to set JAVA_HOME to the copy of your Sun 1.4.2 JDK/JRE
> prior to executing the command.  Here is an example:
>
> export JAVA_HOME=/directory_to_the_JRE/
> bin/geronimo.sh
>
> The command will display help text instructing you as to how to start
> and stop the Geronimo server.
>
> If you prefer to start the server without a script file you can simply type:
>
> java -jar bin/server.jar
>
> Once the server has started, you can access the administration console
> at http://localhost:8080/console/ . The default user name is "system" and
> the default password is "manager".
>
>
> Administration Console Security Configuration
> -
> The default administration user/password for the admin console and
> deployment is system/manager.  To change this edit the
> var/security/users.properties and var/security/groups.properties
> files.
>
> Future Road Map at a Glance
> ---
> http://issues.apache.org/jira/browse/GERONIMO?
>report=com.atlassian.jira.plugin.system.project:roadmap-panel
>
>(the above URL must be all on one line)
>
>
> Late Release News (not in RELEASE-NOTES-1.0.txt in build)
> -
> Just as the Geronimo Release was being prepared a report was made about a
> potential security issue when using the Jetty Web Conatiner.  The issue was 
> noted
> on Jetty 5.1.9 which used by geronimo 1.0, which allows a crafted URL to 
> access the
> contents of a WEB-INF directory if the server is running on a Windows 
> platform.
> This issue is fixed in Jetty 5.1.10 and will be provided in Geronimo 1.0.1 
> which
> will
> be available in the near future.
>
>
> Significant Changes Since the M5 Release
> 
>   * the ConfigID format has been updated in anticipatation of future
> enhancements.  Application plans that include configIds of
> configurations included in Geronimo M5 and earlier will require
> modifications.  See the Wiki at http://wiki.apache.org/geronimo
> for more information.
>   * More functionality and new look and feel for the Administrative
> Console (http://localhost:8080/console/)
>   * Added HTTP session clustering to the Tomcat configuration
> included with Geronimo
>   * Hot Deploy by copying your deployment artifact to the deploy/
> directory
>   * Ability to run the deploy tool from a machine other than the
> application server (remote deployment)
>   * Pac