-
Create or open the text file to contain customized properties. For more information,
see Editing Properties Using MQL.
-
To configure the frequency of polling for job submissions, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
JobMonitor_waitTime=3000
-
Set the value for this property depending on your business requirements.
-
To configure the minimum number of threads that the Job Monitor service uses during
the document check-in process, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
JobMonitor_MinThreads=3
-
Set the value for this property depending on your business requirements.
-
To configure the maximum number of threads that the Job Monitor service uses during
the document check-in process after releasing the job, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
JobMonitor_MaxThreads=5
-
Set the value for this property depending on your business requirements.
-
To configure whether to use blocking queues, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
JobMonitor_ThreadsQue=3
-
Set the value for this property depending on your business requirements.
-
To configure time in seconds before a job is removed from the system, follow these
steps:
-
Add or edit this line in the file used to import properties into a page
object:
JobMonitor_CleanUpwaitTimeInSeconds=21600
-
Set the value for this property depending on your business requirements.
-
To configure the directory to store the log file, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
OutputMonitor_Dir=
-
Set the value for this property depending on your business requirements.
-
To configure the filename of the log file, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
OutputMonitor_File=PDFRMonitorStatus.log
-
Set the value for this property depending on your business requirements.
-
To configure the 3DPassport
URL, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
3DPassportUrl=https://localhost:453/iam
-
Set the value for this property depending on your business requirements.
-
To configure the 3DSpace URL,
follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
3DSpaceURL=https://localhost/3DSpace
-
Set the value for this property depending on your business requirements.
-
-
When finished updating the text file with all properties you want to modify, including
the ones shown here, use the text file to modify
enoDocumentControl.properties the page object. For more information,
see Editing Properties Using MQL.
|