Build and Deploy the Example Programs

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:

  1. Open a command prompt or shell terminal and change to the exAppendixA directory created by the extraction process.

  2. Set the JAVA_HOME and JBOSS_HOME environment variables to point to where your JDK and JBoss 4.0 are installed.Examples:

    Windows:
    C:workbookexAppendixA> set JAVA_HOME=C:jdk1.4.2
    C:workbookexAppendixA> set JBOSS_HOME=C:jboss-4.0
    Unix:
    $ export JAVA_HOME=/usr/local/jdk1.4.2
    $ export JBOSS_HOME=/usr/local/jboss-4.0
  3. Add ant to your execution path.

    Windows:
    C:workbookexAppendixA> set PATH=..antin;%PATH%
    Unix:
    $ export PATH=../ant/bin:$PATH
  4. 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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.224.73.175