There is a SharedDocs”appname” folder on the app server that fills up the disk with small files over time. These all appear to be uploaded document images. I found the references to this directory in the “appname”_configuration.xml file.
<ifs.fndmws.internal.custom.java.options.main>-Difs.fnd.docman.shared.path=c:/IFS/SharedDocs”appname”/</ifs.fndmws.internal.custom.java.options.main>
<ifs.fndmws.internal.custom.java.options.int>-Difs.fnd.docman.shared.path=c:/IFS/SharedDocs”appname”/</ifs.fndmws.internal.custom.java.options.int>
<Docman.cluster.shared.path>c:/IFS/SharedDocs”appname”/</Docman.cluster.shared.path>
Can anyone tell me if these are just temporary files created for upload to the database, and if so, is there a setting to clean these up after a given period of time or can they be cleaned up manually after processing is complete?