Konfiguration des LisaSync-Jobs

Zurück

Installation des LisaSync-Jobs im tomcat

Zur Installation das heruntergeladene Zip-Archiv entpacken und die war-Datei in das webapps Verzeichnis der tomcat Instanz kopieren. Abhängig von der Konfiguration des tomcat kann ein Neustart der tomcat Instanz erforderlich sein.

Konfiguration des LisaSync-Jobs

Für die Verbindung zur Lisa-Web Datenbank ist in der ndat.dft im tomcat ein Abschnitt mit dem Namen LISAWEB erforderlich. Die Werte für DATABASE_CONNECT, UID und PWD müssen die Verbindung zur Lisa-Web Datenbank ermöglichen.

[LISAWEB]
DATABASE_DRIVER=org.postgresql.Driver
DATABASE_CONNECT=jdbc:postgresql://postgres-db-server/lisa-web
pwd_crypt=1
UID=lisaweb
PWD=...
lock_table_stmt = lock table %s in exclusive mode nowait
stack_trace_classes=de.kisters.tools, de.kisters.ifas
#rmi_trace_port=1099
check_index_columns=1
dbtime=2
preparedStatements=100
#dbtrace=texte\Ndat-Debug\DBNAME\APPLNAME\APPLNAME-LFDNR.dbg

Empfohlene Einstellungen für das Logging

LOG4JDATABASE=1
LOG4JDATABASELEVEL=ERROR

LOG4J_MAXBACKUPINDEX=100
LOG4J_MAXFILESIZE=16MB
LOG4JLEVEL=INFO
LOG4JCLASSES=de.kisters.ifas,de.kisters.ifas.extras.lisa=DEBUG
LOG4J=$CATALINA_BASE\logs\log4j.txt

Ausführung des Jobs planen

Zurück