Index: readme.htm =================================================================== --- readme.htm (revision 454518) +++ readme.htm (working copy) @@ -9,7 +9,6 @@ - Tuscany RDB DAS Sample @@ -46,13 +45,8 @@ MicrosoftInternetExplorer4 - - - @@ -450,66 +442,37 @@

Running the sample

-

There are three options for running this sample:

+

There are two options for running this sample:

 

  1. Run - from Tomcat in the binary distribution
  2. -
  3. Run from Tomcat configured by the build
  4. -
  5. Run - from Tomcat you configure yourself
  6. +
  7. + Deploying the CompanyWeb WAR into a Tomcat you configure yourself
-

Running from binary distribution

- -

This sample is also pre-deployed in a Tomcat instance as -part of the Tuscany binary -distribution.  When running the sample -this way, you just:

- - -

Running from Tomcat configured by the build

This sample application is deployed (along with the canned test database) to an instance of Tomcat as part of our automated sample testing.  This means you can run the -java/testing/tomcat build (see java/testing/tomcat/readme.htm +java/das/samples/testing/tomcat build (see java/das/samples/testing/tomcat/readme.htm )  and then access the application by pointing your browser to http://localhost:8080/sample-companyweb/. 

-

Running from Tomcat you configure yourself

+

Deploying the CompanyWeb WAR into a Tomcat you configure yourself

Alternatively, you can deploy the sample to your own configured Tomcat installation by following the instructions below.  These instructions assume that you have downloaded the Tuscany source and -run our maven build.  https://svn.apache.org/repos/asf/incubator/tuscany/java/BUILDING.txt

+run our maven build, see the following link to more details steps on how to +build DAS Sample applications + +http://incubator.apache.org/tuscany/java_das_overview.html .

Set Up

@@ -529,23 +492,8 @@
  • Move the following files (details in appendix) to {Tomcat_Home}/common/lib:
    1. -
    2. tuscany-das-rdb-xxx.jar
    3. -
    4. sdo-api-xxx.jar
    5. -
    6. tuscany-sdo-impl-xxx.jar
    7. -
    8. xsd{latest version}.jar
    9. -
    10. ecore-{latest version}.jar
    11. -
    12. ecore-change-{latest version}.jar
    13. -
    14. ecore-xmi-{latest version}.jar
    15. -
    16. common-{latest - version}.jar
    17. -
    18. + derby.jar
  • Add @@ -762,6 +710,9 @@

     

    +

       Note: All these dependencies, +except for derby.jar are now included on the companyweb war file.

    +

     

    Application artifact locations: