This section only applies to External Collectors. If you are not deploying external to the LIMS application server, these properties are not used.
|
External URL back to LIMS |
External collectors will communicate with LIMS at this address
|
Install Image Folder |
Defaults to:
[labvantagehome]/console/install/externalapps/sdmscollector/product
This is a path on the LabVantage application server. It is created when you install LIMS. When an external collector's installer is created, LabVantage will read the Windows or UNIX files in this path. The files will then be zipped and presented to the user for download through the browser. Specify the full path. This could use a variable such as is shown in the default.
|
Product Jar Folder |
Defaults to:
[labvantagehome]/console/install/ear
When an external collector's installer is created, LabVantage will read the sapphire.jar and sdmscollector.jar files in this directory. This could use a variable such as is shown in the default.
|
Custom Jar Folder |
Defaults to:
[labvantagehome]/console/install/externalapps/sdmscollector/custom
When an external collector's installer is created, LabVantage will read any custom JAR files you placed in this directory and include them in the download. This is necessary if you have created any custom Collector Types.
|
JRE Option |
Choose Bundle, Local Path, or Local Java Home
|
Initial Heap Size |
Java parameter for memory allocated to this process.
|
Max Heap Size |
Java parameter for memory allocated to this process.
|
Additional JRE Options |
For advanced users.
|
loglevel |
Choose None, Fatal, Error, Warn, Status, Info, or Debug to control the level of detail in your log files.
|
Max Size( Mb ) |
If a log file grows to this size, the Collector spawn a new log file.
|
Max Files |
After this number of log files are in the logs directory, the oldest log file will be deleted before creating a new log file.
|
Check Deadlock |
Yes enables the detection of deadlocks. If detected, the system can send you an email. See below.
|
Log INFO level information |
Yes will log detailed information at the INFO level each time an email is sent.
|
SMTP Host |
The Wrapper will attempt to connect to this email host.
|
SMTP Port |
The port number of your SMTP host when sending email.
|
Subject |
Configures the subject of the email.
|
Sender |
Specifies the from address of the email.
|
Recipient (s) |
Specifies the recipient(s) of the emails. When more than one email is specified, they must be separated by a semicolon (;)
|
Email When Wrapper Starts |
Yes or No
|
Email When Deadlock Is Detected |
Assumes deadlock detection is enabled above.
|
Email When JVM Fails |
Occurs whenever the JVM has exited in a state which results in a restart.
|
Email When JVM Fails Even After Trying Repeatedly |
Occurs whenever the JVM has exited in a state which results in a restart and the total number of consecutive failed invocations is more than 5
|
Email When JVM Unexpectedly Exits |
Occurs whenever the JVM process disappears for an unexpected reason.
|
Email When JVM Is Killed |
Occurs whenever the JVM process is terminated.
|
JVM Restart Email body |
Specifies the email body to be sent when JVM restart event occurs.
|