Hi there,
I tried to change the timeouts for registered contexts in DFS. According to the developer guide this can be done by changing the settings
dfs.crs.cache_expiration_after_x_minutes=5
dfs.crs.perform_cleanup_every_x_minutes=4
in dfs-runtime.properties. So I decided to copy this file from the emc-dfs-rt.jar of my EAR file, rename it to local-dfs-runtime.properties, copy it to my Composer project (/etc) and change those settings accordingly.
I exported my Documentum project to an EAR file (Export Service Archive) and I added the local-dfs-runtime.properties file to the list of Runtime Resources. The resulting EAR file clearly contains the local-dfs-runtime.properties in APP-INF/classes but DFS is still using the session for more than 5 minutes (default is 60 minutes ... and after 60 minutes it disposes the session).
How can I change those settings? Can I even disable them (like using 0 for the values)?