HomeDocumentation > Apache Geronimo Development Tools Project > How to Use Geronimo Eclipse Plugin
{scrollbar}

(star) A video desktop demonstration of How to Use the Apache Geronimo Eclipse Plugin is available.

Here we will illustrate the various useful functionalities of GEP. This will include adding server runtime, adding Java runtime, start, stop, deploy, redeploy, undeploy and other functionalities.

Adding Target Server and Java Runtime in Eclipse

  1. Launch Eclipse. By default JEE perspective will be launched. Select Server tab. Right Click and Select New->Server.





  2. On the next screen select Apache->Apache Geronimo V2.2 Server. In case you do not see Geronimo in the list follow the steps mentioned in How to install Geronimo Eclipse Plugin v2.2.





  3. On the next screen select Installed JRE's to install a new Java Runtime Environment.





  4. This will launch the installed JRE's window where all the installed JRE's can be seen. You can currently see only one installed JRE. Select Add.





  5. On the Add JRE window select Standard VM. Select Next.





  6. On the next window Browse to your root directory of Installed JRE.





  7. Once done you can see JRE home and JRE name field populated. Select Finish.





  8. Check the box to select newly added JRE. Select Ok.





  9. On the New Server window select the drop down box and select the newly added JRE.





    However for the current illustration we will stick to Java 6.
  10. Next Browse to the root folder of your Geronimo Server Installation. In case you do not have a server installed select the link as shown in the figure to download geornimo.





  11. Select Next once you have specified all the artifacts.





  12. Keep the default values for next 2 windows and select Next. Select Finish. This will create a Geronimo server under Server tab.





    This completes the ilustration for adding a server

Start and Stop Server

  1. Right Click on the Geronimo server instance and Select Start.





  2. Server will be started and you can see the status changed to Started.





  3. To stop the server Right Click on the server instance and Select Stop.





    Deploy Run Undeploy and Redeploy an Application

To illustrate these functionalities we will add a simple web project and later work with it to deploy/run/undeploy/redploy application.

  1. Right Click under Project Explorer and Select New->Dynamic Web Project.





  2. Name the project as Hello World. Select Next.





  3. Keep the defaults on the next window. Select Next.





  4. On the Geronimo Deployment Plan window name the Artifact Id as Hello. Select Finish. This will add a web project.





  5. Expand the project and Right Click on Web Content. Select New->JSP. Name the jsp as index.jsp and Select Next.





  6. On the next window select Finish.





  7. In index.jsp add the title as Hello World and in the body add This is my first application on G/GEP. Save the changes.





  8. Now you are all set to run your first application on Geronimo. Right Click on your project and select Run->Run on Server.





  9. On the next screen select Apache Geronimo and Select Next.





  10. You can see Hello World as one of the configured projects. Select Finish. This will DEPLOY your application on Geronimo server.





  11. Launch a web browser as shown in the figure.





  12. Run the url http://localhost:8080/Hello World. This sill RUN your application.



  13. Next modify index.jsp and append Hello World! in the body.






  14. Once you save the changes, Geronimo server will publish the Web application automatically. Refresh the browser to verify if the changes you made are reflected.





  15. To UNDEPLOY the application from server. Right Click on Geronimo server instance and select Add and Remove Projects.





  16. On the next screen select Hello World project and select Finish. This will UNDEPLOY the project from Geronimo.





Launching Geronimo Console and Support

You can also launch Geronimo Console from Eclipse.

  1. Select your preferences to launch the geronimo console as suggested in the figure. Accordingly geronimo administrative console will be launched in Eclipse Internal browser or an external browser.





  2. Right click on geronimo server instance and Select Launch Geronimo Console to launch geronimo administrative console.



  3. Similarly select Geronimo Support. This will launch Apache Geronimo website.

Other function

See Configuring your development environment for more information you can operate with GEP.