Versions Compared

Key

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

...

Make sure that you log on the system as a root user. Then we need a Linux Shell script gserviceReg.sh register-service to run the Geronimo server as a serive. This file is by default located in <geronimo_home>/bin.

...

No Format
borderStylesolid
./gserviceReg.shregister-service add <service_name>

where <service_name> is the name you specify for a service. You can create multiple service names for the server.

...

You can start the service by running this comandcommand:

No Format
borderStylesolid
<service_name> start

...

No Format
borderStylesolid
./gserviceReg.shregister-service list <service_name>

where <service_name> is the name of the service.

...

No Format
borderStylesolid
./gserviceReg.sh delregister-service delete <service_name>

where <service_name> is the name of the service you want to remove.