This page last changed on Apr 25, 2005 by vmassol.

Definition

Create a container instance

Explanation

A container instance is created by simply instantiating the Java object implementing the container. Each container implementation offers a main Java object wrapping its container and which allows to manipulate the container (start, stop, configure, etc).

The class to use for instantiating a container can be found on each container's documentation page:

In addition it's possible to instantiate a container by name.

Example

Container container = new Orion2xContainer();
[...]
Container container = new Resin3xContainer();
[...]
Container container = new Weblogic8xContainer();
[...]
Document generated by Confluence on Apr 30, 2005 12:52