Versions Compared

Key

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

...

2. Geronimo v2.0.2 needs access to Internet for applications like SPECjAppServer2004 to be deployed – it tries to fetch XML schemas from http://java.sun.com site. So if you're going to deploy applications like that, and you're behind a firewall, you should add the appropriate -Dhttp.proxyHost= and -Dhttp.proxyPort= options to the Geronimo command line. This problem is caused by OPENEJB-700 bug and should disappear after that bug is fixed and the fix is propagated to a new version of Geronimo.

3. Harmony generally needs more memory. So make sure to add the corresponding options.

Your So, your final startup line may look like this:

...

Panel
borderStylesolid

java -Djava.naming.factory.url.pkgs=org.apache.harmony.jndi.provider -jar bin/deployer.jar ...

Harmony

...

configuration

Use DRLVM

You should use DRLVM (Harmony VM) to run Geronimo.

...