Feature category |
Feature name |
Supported |
Description |
|---|---|---|---|
Java API |
Start |
|
Start the container |
|
Wait for start completion |
|
Wait for start completion before returning |
|
Stop |
|
Stops the container |
|
Wait for stop completion |
|
Wait for stop completion before returning |
|
In-place startup |
|
Ability to start the container in any user-specified directory |
|
Static deployment of WAR |
|
Ability to deploy WARs when the container starts |
|
Static deployment of EAR |
|
Ability to deploy EARs when the container starts |
|
Standalone mode |
|
The container has to be installed on the hard drive |
|
Embedded mode |
|
Ability to start the container in embedded mode, i.e. without having to install it (requires the container jars to be in the classpath though) |
Properties |
ServletPropertySet.PORT |
|
Port on which the Servlet/JSP container listens to |
|
GeneralPropertySet.HOSTNAME |
|
Host name on which the container listens to |
|
GeneralPropertySet.LOGGING |
|
Logging level |
Ant |
Generic Ant support |
|
Support for all the Java API features |
Maven |
Generic Maven support |
|
Support for all the Java API features |
Labels