source: ether_core/trunk/bin/insererpoam.sh @ 784

Last change on this file since 784 was 6, checked in by cbipsl, 18 years ago

ajout rep ether

  • Property svn:executable set to *
File size: 922 bytes
Line 
1#!/bin/sh
2#   ETHER - 19/6/2000 - sbh
3#   Script inserant les données dans la base:
4#
5#   Syntaxe: inserer.sh
6#
7#   Effets de bord: creation de fichier log ds /tmp
8
9# Repertoire racine Ether
10ETHER=/usr/local/ether
11export ETHER
12
13CLASSPATH=/usr/local/jdk1.2.2/bin/java/jre/lib/rt.jar:/usr/local/jrun/lib:/usr/local/ether/lib/:/usr/local/ether/lib/activation.jar:/usr/local/ether/lib/classes12.zip:/usr/local/ether/lib/ecs-1.2.jar:/usr/local/ether/lib/jgmail.jar:/usr/local/jdk1.2.2/lib/tools.jar
14
15
16echo $CLASSPATH
17export CLASSPATH
18# execution programme d'insertion
19echo '-------------- INSERTION DONNEES  --------------' | tee /usr/local/ether/logs/insertion.log
20
21java -Dpath_conf=/usr/local/ether/conf/ether.properties fr.alcatel.ether.app.data.FileInserter -x /usr/local/insertion/bin/INS_FIC.job -c /usr/local/insertion/conf/po3.properties -f /data2/INSERTION/POAM/NH -e 26 2>/usr/local/insertion/logs/insertionpo3.log
22
Note: See TracBrowser for help on using the repository browser.