There are two ways to deploy the plugin in JAVA EE server: deploy as a common
lib, or deploy as an application lib. You should only use one way.
Take the GlassFish server as an example.

1. Deploy as a common lib
Copy all jar files under lib directory into GlassFish domain lib directory.
Make sure there are no library conflict, say, same libraries with different
versions.

2. Deploy as a application lib
Copy the jar file under applibs directory into GlassFish domain lib/applibs
directory.

3. Edit the configure in config/run.example.properties file, then copy the
content into IDS server's run.properties file, make sure to overwrite the 
same configure(s).

4. Deploy the IDS server.

5. Restart GlassFish domain.
