Copy plugins from Tomcat_Complete.zip/plugins to plugins folder as shown below to automatically upload and activate plugins to the Server.
This is very useful during initial install as well as when upgrading FlexDeploy, as there may be many new plugins or versions available as part of new FlexDeploy release, but you can use the procedure any time.
FlexDeploy download zip contains plugin jar files. You just need to copy plugin jars from download zip to plugins folder in your installation (details explained below), and all plugins will be automatically uploaded and activated on the server startup.
Plugin files to copy are in /application/plugins in the downloaded Tomcat Complete zip fie.
Let's determine where to copy files in your installation now. Locate flexagon.fd.install.root folder for your FlexDeploy installation, which is FlexDeploy working directory. This is specified on the Java command line. For example, -Dflexagon.fd.install.root=
...
/
...
u01/flexdeploy/application.
You can look for this information in
...
setenvoverride.bat or
...
setenvoverride.sh file depending whether using Windows or Unix.
...
Create plugins folder
...
if it does not exist under
...
flexagon.fd.install.root folder.
...
Copy files from download zip (#1 above) to this plugins folder.
...