juergen     2004/04/07 04:16:00

  Modified:    proposals/tamino build.properties.sample readme.txt
               proposals/tamino/etc/ant tomcat.xml
  Log:
  fix modwsl bug
  
  Revision  Changes    Path
  1.4       +6 -0      jakarta-slide/proposals/tamino/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample   1 Apr 2004 13:06:58 -0000       1.3
  +++ build.properties.sample   7 Apr 2004 11:16:00 -0000       1.4
  @@ -39,7 +39,13 @@
   
   # Tamino Java API 4.2.1 or later.
   # Download from http://developer.softwareag.com/tamino/taminoAPI4J/Default.htm
  +# A typical location is d:\\Program Files\\Software AG\\Tamino\\Tamino 
4.x.x.x\\SDK\\TaminoAPI4J\\lib\\TaminoAPI4J.jar
   tamino.jar=x:\\mhm\\inodavext\\TaminoAPI4J.jar
  +
  +# Webserverless access to Tamino.
  +# Comment-in this if you want webserverless stores. Specify a .dll on Windows, an 
.so file on Unix
  +# Modwsl is installed with Tamino if you select the webserverless features.
  +# modwsl.lib=d:\\Program Files\\Common Files\\Software AG\\modwsl.dll
   
   # SSX. Point this to the tamino install directory to use ssx. Comment-out otherwise
   # sag.ssx=x:\\mhm\\inodavext\\paris_527_win
  
  
  
  1.5       +10 -1     jakarta-slide/proposals/tamino/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/readme.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- readme.txt        1 Apr 2004 13:06:58 -0000       1.4
  +++ readme.txt        7 Apr 2004 11:16:00 -0000       1.5
  @@ -125,4 +125,13 @@
     block external process my adding
       <Valve className="org.apache.catalina.valves.RemoteAddrValve" 
allow="127.0.0.1"/>
     to the manager's context declaration.
  -  
  +
  +Know How
  +--------
  +
  +o Get slide
  +  o release branch:
  +        cvs -d [EMAIL PROTECTED]:/home/cvs -q co -P -r SLIDE_2_0_RELEASE_BRANCH -d 
jakarta-slide-release jakarta-slide
  +  o head
  +        cvs -d [EMAIL PROTECTED]:/home/cvs -q co -P -d jakarta-slide-head 
jakarta-slide
  +
  
  
  
  1.3       +4 -0      jakarta-slide/proposals/tamino/etc/ant/tomcat.xml
  
  Index: tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/ant/tomcat.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tomcat.xml        1 Apr 2004 13:06:58 -0000       1.2
  +++ tomcat.xml        7 Apr 2004 11:16:00 -0000       1.3
  @@ -60,7 +60,11 @@
       <mkdir dir="${tomcat.native}"/>
       <mkdir dir="${tomcat.native}/lib"/>
       <mkdir dir="${tomcat.native}/bin"/>
  +    <antcall target="tomcat.native.wsl"/>
       <antcall target="tomcat.native.ssx"/>
  +</target>
  +<target name="tomcat.native.wsl" if="modwsl.lib">
  +    <copy file="${modwsl.lib}" todir="${tomcat.native}/lib"/>
   </target>
   <target name="tomcat.native.ssx" if="sag.ssx">
       <copy todir="${tomcat.patched}/common/lib" file="${sagssxtamino.jar}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to