+ 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:
-
-
-
Unzip the distribution
- archive
-
Change the directory to
- apache-tomcat-5.5.17\bin
-
-
If you start Tomcat from some other
- location then it will not find the canned database
-
-
Execute: startup
-
Point your browser to http://localhost:8080/sample-companyweb/
-
-
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