Project

General

Profile

« Previous | Next » 

Revision 1824

Added by Jing Tao over 20 years ago

Add the code copy jdbc file to web-info/lib dir. Because the oracle jdbc.jar is not in our lib dir.

View differences:

build.xml
87 87
      <property name="mcanotherpassword" value=""/>
88 88

  
89 89
      <!-- Tomcat version, if you use tomcat 3, please fill it "tomcat3". If you using tomcat4, please fill it "tomcat4"-->
90
      <property name="tomcatversion" value="tomcat3"/>
90
      <property name="tomcatversion" value="tomcat4"/>
91 91

  
92
      <property name="server" value="dev.nceas.ucsb.edu"/>
93
      <property name="systemidserver" value="http://dev.nceas.ucsb.edu" />
92
      <property name="server" value="pine.nceas.ucsb.edu:8080"/>
93
      <property name="systemidserver" value="http://pine.nceas.ucsb.edu:8080" />
94 94
      <property name="datafilepath" value="/usr/local/devtools/jakarta-tomcat/data/tao/data" />
95 95
      <property name="inlinedatafilepath" value="/usr/local/devtools/jakarta-tomcat/data/tao/inlinedata" />
96 96
      <property name="debuglevel" value="55" />
......
108 108
      <!-- Make sure these paths match the location of the jar files
109 109
           on your system, the defaults should usually work -->
110 110
      <property name="jsdk"
111
                value="${tomcat}/lib/common/servlet.jar" />
111
                value="${tomcat}/common/lib/servlet.jar" />
112 112
      <property name="xmlp"
113 113
                value="lib/xercesImpl.jar" />
114 114
      <property name="cos"
......
390 390
           <include name="*.jar"/>
391 391
         </fileset>
392 392
       </copy>
393
       <copy file="${jdbc}" tofile="${installdir}/WEB-INF/lib/jdbc.jar" />
393 394
       <copy file="lib/web.xml.${tomcatversion}"
394 395
             tofile="${installdir}/WEB-INF/web.xml" />
395 396
       <copy todir="${build.img}" filtering="no">

Also available in: Unified diff