home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 77 / IOPROG_77.ISO / tips / Java / ConnectionPool / tester / Tester.bat < prev   
Encoding:
DOS Batch File  |  2003-12-19  |  428 b   |  8 lines

  1. rem ---------------------------------------------------------------------------
  2. rem ricordati di creare e configurare un DSN con il nome "StressTest"
  3. rem per poter puntare ad un dbms e poter effettuare la connessione
  4. rem ---------------------------------------------------------------------------
  5.  
  6. if not exist ".\log" mkdir .\log
  7. java -classpath lib/connectionpool.jar;lib/log4j.jar it.favaroni.db.connectionpool.Tester
  8.