You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by mo...@apache.org on 2002/07/23 23:19:18 UTC

cvs commit: jakarta-watchdog-4.0/latka-scratch/src/distribution/tests latka.bat.sample latka.properties.sample

morgand     2002/07/23 14:19:18

  Added:       latka-scratch/src/distribution/tests latka.bat.sample
                        latka.properties.sample
  Log:
  some temporary examples of a latka batch script and prop file
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/latka.bat.sample
  
  Index: latka.bat.sample
  ===================================================================
  @echo off
  
  rem pass in the path to the XML file for the Latka suite
  rem optionally override the default host and default port
  set LIB="\lib\maven-repo"
  java -classpath .;%LIB%\xml-apis.jar;%LIB%\xerces.jar;%LIB%\log4j.jar;%LIB%\commons-httpclient.jar;/cvs/jakarta/jakarta-commons/latka/target/jakarta-commons-latka-1.0-dev.jar;%LIB%\jakarta-regexp.jar;%LIB%\jdom.jar;%LIB%\xalan2.jar;%LIB%\jsse.jar;%LIB%\jnet.jar;%LIB%\jcert.jar;%LIB% -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol org.apache.commons.latka.Latka %1 %2 %3 %4 %5 %6 %7 %8 %9
  
  @echo on
  
  
  
  1.1                  jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/latka.properties.sample
  
  Index: latka.properties.sample
  ===================================================================
  host=localhost
  port=8080
  jsp-wgdir=/lib/nightly/jakarta-watchdog-4.0/lib/jsp-golden
  servlet-wgdir=/lib/nightly/jakarta-watchdog-4.0/lib/servlet-golden
  client-IP=127.0.0.1
  client-host=eb.com
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>