Versions Compared

Key

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

...

You may also use <GERONIMO>/bin/geronimo.sh or <GERONIMO>/bin/geronimo.bat scripts instead.

Note

Geronimo needs access to Internet for SPECjAppServer2004 application to be deployed – it tries to fetch XML schemas from http://java.sun.com site.

So if you're behind a firewall, add the appropriate -Dhttp.proxyHost= and -Dhttp.proxyPort= options to the Geronimo startup line.

This problem is caused by OPENEJB-700 bug and should disappear after that bug is fixed.

It will take some time to start. After that, you will see:

...

Go to the <SPEC>/src/deploy directory and copy the reference subdirectory with its contents with the name geronimo.Then edit

Note

Edit the deployment plans in <SPEC>/src/geronimo, replace remove all message-driven-destination tags from mfg.xml, orders.xml and supplier.xmlGeronimo

...

doesn't handle those tags correctly.

Instead of removing those tags, you also can replace them with <message-destination-type>javax.jms.Queue</message-destination-type>.

This problem is caused by OPENEJB-701 bug and should disappear after that bug is fixed.

geronimo.env file

Go to the <SPEC>/config directory.

...