The LCC uses a local ‘properties’ file to store some of its internal settings. These settings are stored in the LPSConnector.properties file, located in <ConnectorConsole install directory>/bin. The properties file looks like the following:
lpsDirectory =
com.loftware.lps.xml.LPSXmlDirectory
lpsDirectoryConnectionUrl =
file:///C:/Program Files/Loftware
Labeling/Connector/console/conf/lpsDir.xml
#lpsDirectory =
com.loftware.lps.oracle.LPSOracleDirectory
lpsUseVerboseLogging =
0
lpsConnectorVersion = 3.0.2.0
The lpsDirectory parameter indicates to the LCC where it should get (and store) its data. Notice that there are two entries for ‘lpsDirectory’ one of which is commented out with a ‘#’. Which one is commented out depends on the answer given during setup to the question as to whether you are using the Console to access the settings for the Java API or Loftware Oracle Connector. If you made the incorrect decision during install, simply switch the ‘#’ to the other ‘lpsDirectory’. Also note that it is a ‘/’ and not a ‘\’ that separates the folder names.
Note: Under normal circumstances, it is not necessary to modify the properties file.