...
Table of Contents | ||
---|---|---|
|
...
This topic describes how to install plugins in XperienCentral. Once the development of a plugin is complete, you need to deploy it to XperienCentral. Plugins can be deployed as a standalone JAR file or several plugins can be archived in a WCA (WebManager Component Archive), which is simply a ZIP file containing multiple plugin JAR files. In XperienCentral, plugins can be deployed in two ways:
- Using the Plugin Management Console
- By copying the plugin JAR file or WCA compressed file to the
<XperienCentral-root>/work/deploy
directory.
...
- Copy the plugin JAR file or WCA ZIP file to the
<XperienCentral-root>/work/deploy
directory in your deployment. If XperienCentral is running, it will automatically install all standalone plugins and/or those contained within a WCA. If XperienCentral is not running, the plugin(s) will be installed the next time XperienCentral is started. Once installed, you can manage these plugins using the Plugin Management console.
...