Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Anchortoptop

If you are in a hurry to have Apache Geronimo up and running right away, this article will provide you with some basic steps for downloading, building (when needed) and run the server in no time. This is clearly not a complete guide so you may want to check the other links in the Apache Geronimo v1.1 - User's Guide main section for further information.

All you need is 5 to 10 minutes and to follow these basic steps.
Il vous suffit de disposer de 5 ou 10 minutes et de suivre les étapes suivantes.

...

Apache Geronimo v1.1 is certified on J2EE 1.4 but it works with 1.5 as long as CORBA or daytrader are not used.

...

Alternatively a script is provided, the startup script will also start the server. Once the server is started you should see the following information on the command line console.
No FormatbgColor
#000000borderStylesolid Booting Geronimo Kernel (in Java 1.5)... Starting Geronimo Application Server v1.1 [**********************] 100% 32s Startup complete Listening on Ports: 1099 0.0.0.0 RMI Naming 1527 0.0.0.0 Derby Connector 4201 0.0.0.0 ActiveIO Connector EJB 4242 0.0.0.0 Remote Login Listener 8009 0.0.0.0 Jetty Connector AJP13 8080 0.0.0.0 Jetty Connector HTTP 8443 0.0.0.0 Jetty Connector HTTPS 9999 0.0.0.0 JMX Remoting Connector 61616 0.0.0.0 ActiveMQ Message Broker Connector Started Application Modules: EAR: geronimo/webconsole-jetty/1.1/car RAR: geronimo/activemq/1.1/car RAR: geronimo/system-database/1.1/car WAR: geronimo/remote-deploy-jetty/1.1/car WAR: geronimo/welcome-jetty/1.1/car Web Applications: http://lsf-c9gr5600wbf:8080/ http://lsf-c9gr5600wbf:8080/console http://lsf-c9gr5600wbf:8080/console-standard http://lsf-c9gr5600wbf:8080/remote-deploy Geronimo Application Server started
To test the Apache Geronimo server you can just point your Web browser to the following URL to test the Geronimo Console. The Geronimo Console is the first application you can test, and the good thing is, it is already deployed.

...

Create a plain text file in the <app_home> directory named HelloWorld.jsp and copy the content of the following example.

...

...

Although for such a simple application it is not necessary, you will still create a Geronimo deployment plan so you would get a first view of the deployment plans. Create a directory named WEB-INF inside the <app_home> directory.

...

This version of geronimo-web.xml will not work in Geronimo v1.0

Create a plain text file in the <app_home>/WEB-INF directory named web.xml and copy the content of the following example.

...

...

Package the application

From a command line window change directory to <app_home> and run the following command to package the HelloWorld application into a single .war file.

...

Once the application is successfully deployed you should see the following message: No FormatbgColor

#000000borderStylesolid E:\geronimo\bin>java -jar deployer.jar --user system --password manager deploy E:\HelloWorld\HelloWorld.war Deployed HelloWorld @ http://localhost:8080/hello

Test the application by pointing a Web browser to the following URL:

...