Enabling Media File Deletion
By default the Insight Media Manager does not delete Media off of the server. To enable media deletion, follow the directions below.
- Edit the MediaManager.dat located in the "media_manager" directory of the installation directory.
- Locate the following section.
##
- MediaSecurityKey - The security key used by the Media Manager.
- This security key must be the same in both the
- collection server and media security servlet environments.
MediaSecurityKey =
## - MediaDeleteEnabled - If set to 1, the media security servlet will delete media
- from server when users delete media from client applications.
- The default value is 0 (does not delete media from server)
MediaDeleteEnabled = 0 - Enter a value for the MediaSecurityKey property
- Change MediaDeleteEnabled to 1.
- Save the file.
- Edit the InsightServer.dat located in your the Collection_Manager directory.
- Locate the following section.
##
- MediaSecurityKey - The security key used by the Media Manager.
- This security key must be the same in both the
- collection server and media security servlet environments.
MediaSecurityKey = - Enter a matching value for the MediaSecurityKey property.
- Save, then restart your Collection Manager and Tomcat.