June 2004
Intermediate to advanced
792 pages
23h 17m
English
To build and deploy the example for this chapter, you must configure
the file described above, titandb-ds.xml, to
conform to the database you’re using.
Perform the following steps:
Open a command prompt or shell terminal and change to the
exAppendixA directory created by the extraction
process.
Set the JAVA_HOME and
JBOSS_HOME environment variables to point to where
your JDK and JBoss 4.0 are installed.Examples:
| Windows: |
C:\workbook\exAppendixA> set JAVA_HOME=C:\jdk1.4.2 C:\workbook\exAppendixA> set JBOSS_HOME=C:\jboss-4.0
| Unix: |
$ export JAVA_HOME=/usr/local/jdk1.4.2 $ export JBOSS_HOME=/usr/local/jboss-4.0
Add ant to your execution path.
| Windows: |
C:\workbook\exAppendixA> set PATH=..\ant\bin;%PATH%
| Unix: |
$ export PATH=../ant/bin:$PATH
Perform the build by typing ant.
You will see titan.jar rebuilt, copied to the
JBoss deploy directory, and redeployed by the
application server. The build script copies
titandb-ds.xml to the
deploy directory as well, which triggers
deployment of the customer database pool.