seclore-java-sdk/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml

19 lines
1.5 KiB
XML
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.4.4.0) -->
<!-- Configuration File (1.0.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
<fs-helper-config>
<!-- Locale being used in the application. Currently, this tag is ignored. -->
<locale/>
<!-- Application Path -->
<!-- E.g D:\LiteOnlineSampleApp -->
<app-path></app-path>
<!-- Whether the FSHelper Library need to initialize the loggers.
true - FSHelper Library will initialize the logger
false - calling application has already initialized the logger.
-->
<initalize-logger>true</initalize-logger>
</fs-helper-config>