Versions Compared

Key

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

...

The third address refers to a the host by a name (robert) that the opperating system is able to resolve into a valid IP address. This is usually done via a hosts file, interal DNS server, or Windows Domain Server.

Using -

...

-local-copy

openejb start --local-copy=true

Instructs the container system to marshall (ie, copy) all calls between beans are required by the EJB 1.1 specification. This is the default.

openejb start --local-copy=false

...