|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.coherence.servlet.WebPluginInstaller
public abstract class WebPluginInstaller
This command line utility installs container-specific Coherence*Web classes into a web container installation so that Coherence*Web can tightly integrate with the target web container.
Usage:java com.tangosol.coherence.servlet.WebPluginInstaller <install dir> -operationwhere <install dir> is the installation directory of the target web container and operations include:
Name | Description |
---|---|
install | Install Coherence*Web classes into the target web container. |
uninstall | Restore the web container installation to its original state. |
java com.tangosol.coherence.servlet.WebPluginInstaller /opt/bea/weblogic -installTo uninstall Coherence*Web classes from the WebLogic installation, issue the following command:
java com.tangosol.coherence.servlet.WebPluginInstaller /opt/bea/weblogic -uninstall
Nested Class Summary | |
---|---|
static class |
WebPluginInstaller.ApplyPatch
Abstract base class for all command line utilities that modify web container libraries to support extension. |
Field Summary | |
---|---|
protected static String[] |
EXT_CLASS_NAMES
An array of container-specific ApplyPatch extension class names. |
static String |
OPT_INSTALL
Command line option: install |
static String |
OPT_UNINSTALL
Command line option: uninstall |
Constructor Summary | |
---|---|
WebPluginInstaller()
|
Method Summary | |
---|---|
static void |
main(String[] asArgs)
Command-line method. |
static void |
showInstructions()
Print command line instructions. |
Field Detail |
---|
public static final String OPT_INSTALL
public static final String OPT_UNINSTALL
protected static final String[] EXT_CLASS_NAMES
Constructor Detail |
---|
public WebPluginInstaller()
Method Detail |
---|
public static void main(String[] asArgs)
asArgs
- array of String arguments passed from the command linepublic static void showInstructions()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |