Difference: GeronimoNotes (19 vs. 20)

Revision 2028 Feb 2007 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="JavaNotes"
The Apache group's j2ee server is called Geronimo. Here are some notes.
Line: 68 to 68
 
Added:
>
>
In 1.2, the cli code is in the modules/geronimo-deploy-tool directory. It ends up in the lib/ directory and the repository, but the version in lib seems to take precedence. If you're making changes you can build in modules/geronimo-deploy-tool then copy the jar from the maven repo to the target lib directory, i.e.

$ cp ~/.m2/repository/org/apache/geronimo/modules/geronimo-deploy-tool/1.2-SNAPSHOT/geronimo-deploy-tool-1.2-SNAPSHOT.jar ~/target/lib/
 

EJB

Geronimo embeds OpenEJB as its EJB container, so there's a lot of good info at http://www.openejb.org/ that's also relevant to Geronimo, for example http://www.openejb.org/geronimo.html and http://openejb.codehaus.org/hello-world.html .

View topic | History: r26 < r25 < r24 < r23 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback