Project

General

Profile

« Previous | Next » 

Revision 329

Added by Matt Jones over 23 years ago

-Reorganized xmltodb module to support new install process for the new
linux server (dev.nceas.ucsb.edu). Added "build.sh" shell script that
calls ant withthe proper umask set for installation. Use:

./build.sh install

to post a new copy of the servlet and its supporting files to the install
directory defined in build.xml.

-Updated the servlet to use a new servlet prefix that we'll use with the
Tomcat servlet engine.

-Update bin dir shell scripts to reflect new locations of relevant jar files.

View differences:

squeryxml
1 1
#!/bin/sh
2 2

  
3
export PARSER=/home/jones/software/xml-xerces/java/build/xerces.jar
4
export PDIR=/home/jones/projects/pbi/development/xmltodb
5
export JDBC=${ORACLE_HOME}/jdbc/lib/classes111.zip
3
PARSER=/usr/local/devtools/xerces-1_1_3/xerces.jar
4
PDIR=/home/computer/jones/projects/pbi/development/xmltodb
5
JDBC=${ORACLE_HOME}/jdbc/lib/classes111.zip
6 6

  
7 7
export CPATH=$PDIR/lib/metacat.jar:$PARSER:$JDBC
8 8

  

Also available in: Unified diff