 Jasmine's Computer Parts
-------------------------

The following are the steps to build, deploy, and run this sample:

1) asant all

This will compile the source files of the beans, build the assembly
file and deploy it, creating database tables in the process . Make
sure that the J2EE 1.4 server and the Pointbase database server are
both running before executing this step!

Alternatively, these steps can be executed individually:

1.1) asant compile
1.2) asant jar ear
1.3) asant deploy

Note that you need to undeploy the product before rebuidling and
redeploying because the build process will fail when trying to create
resources that aready exist. After the initial build, use

asant undeploy clean all

for a clean rebuild.


This will deploy the bean to the server. 

To run the application, point your browser to 

http://<hostname>:<portnumber>/jasmine/login.jsp