Difference: GeronimoNotes (17 vs. 18)

Revision 1816 May 2005 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="JavaNotes"
The Apache group's j2ee server is called Geronimo. Here are some notes.
Line: 42 to 42
 

Deployment

Changed:
<
<
Runs using a standalone application jar called target/bin/deployer.jar. The startup class specified in MANIFEST.MF is org.apache.geronimo.deployment.cli.DeployTool. DeployTool parses the command line parameters and delegates to org.apache.geronimo.deployment.cli.ServerConnection to do most of the work.
>
>
Runs using a standalone application jar called target/bin/deployer.jar. The startup class specified in MANIFEST.MF is org.apache.geronimo.deployment.cli.DeployTool. DeployTool parses the command line parameters and delegates to org.apache.geronimo.deployment.cli.ServerConnection to do most of the work. ServerConnection starts up a small kernel and loads a configuration into that kernel. Among the gbeans loaded into that kernel is one that wraps the org.apache.geronimo.deployment.Deployer class. Deployer picks apart the jar file and builds the various bits and pieces.

If the thing being deployed is an ear file then Deployer will end up calling org.apache.geronimo.j2ee.deployment.EarConfigBuilder.

  wiki page here: http://wiki.apache.org/geronimo/Deployment
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