|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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. <p/> Usage:
java com.tangosol.coherence.servlet.WebPluginInstaller <install dir> -operation
where <install dir> is the installation directory of the target web container and operations include: <p/>
| Name | Description |
|---|---|
| install | Install Coherence*Web classes into the target web container. |
| uninstall | Restore the web container installation to its original state. |
<p/> For example, to run this utility on a BEA WebLogic server installation, issue the following command:
java com.tangosol.coherence.servlet.WebPluginInstaller /opt/bea/weblogic -install
To 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.ApplyPatchAbstract base class for all command line utilities that modify web container libraries to support extension. |
| Field Summary | |
|---|---|
protected static java.lang.String[] |
EXT_CLASS_NAMESAn array of container-specific ApplyPatch extension class names. |
static java.lang.String |
OPT_INSTALLCommand line option: install |
static java.lang.String |
OPT_UNINSTALLCommand line option: uninstall |
| Constructor Summary | |
|---|---|
WebPluginInstaller()Default constructor. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] asArgs)Command-line method. |
static void |
showInstructions()Print command line instructions. |
| Field Detail |
|---|
public static final java.lang.String OPT_INSTALL
public static final java.lang.String OPT_UNINSTALL
protected static final java.lang.String[] EXT_CLASS_NAMES
| Constructor Detail |
|---|
public WebPluginInstaller()
| Method Detail |
|---|
public static void main(java.lang.String[] asArgs)
asArgs - array of String arguments passed from the command linepublic static void showInstructions()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||