Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Note that if your geronimo.host and your driver.host are the same machine, and you changed the port number of the Geronimo RMI Registry, you should specify that port number in all deployer commands, like this:

Panel
borderStylesolid

java -jar bin/deployer.jar --port 1199 ...

...

To deploy SPECjAppServer2004 on Geronimo, this configuration uses the deployment plan that was originally found in Geronimo sources at http://svn.apache.org, modified and updated for Geronimo version 1.1.

...

Panel
borderStylesolid

java -jar bin/deployer.jar --user system --password manager deploy <SPEC>/jars/SPECjAppServer.ear <KIT>/specj2004-deployment-plansjas2004.xml

You will get the Deployed SPEC/SPECjAppServer/1.05/ear diagnostic.

...