From 76e9f96ca7f494088fe3af5a46ad0d153e961008 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:11:40 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835139 13f79535-47bb-0310-9956-ffa450edef68 --- .../java-M1/java/testing/tomcat/sourceBuild.htm | 116 --------------------- 1 file changed, 116 deletions(-) delete mode 100644 branches/java-M1/java/testing/tomcat/sourceBuild.htm (limited to 'branches/java-M1/java/testing/tomcat/sourceBuild.htm') diff --git a/branches/java-M1/java/testing/tomcat/sourceBuild.htm b/branches/java-M1/java/testing/tomcat/sourceBuild.htm deleted file mode 100644 index d764faf799..0000000000 --- a/branches/java-M1/java/testing/tomcat/sourceBuild.htm +++ /dev/null @@ -1,116 +0,0 @@ - - -Tuscany Sample Setup - - -

Tuscany Sample Setup

Getting -Tuscany -Obtain Subversion Subversion
-

 Build -Tuscany 

-Obtain Maven -2.0.2
-

Setup

-

J2SE -setup

-Tuscany applications can be run in a J2SE 5.0 -environment. Before you -can run Tuscany applications in that environment, the Tuscany runtime -JAR files and the JAR files they depend on must be added to your J2SE -classpath.
-Samples not requiring invoking web -services -need at least the following jars in their classpath
-
- - -
asm-2.2.jar
common-2.2.0-RC4.jar
commons-logging-1.0.4.jar
concurrent-1.3.4.jar
ecore-2.2.0-RC4.jar
ecore-change-2.2.0-RC4.jar
ecore-xmi-2.2.0-RC4.jar
geronimo-connector-1.0.jar
geronimo-j2ee-connector_1.5_spec-1.0.jar
geronimo-jta_1.0.1B_spec-1.0.jar
geronimo-transaction-1.0.jar
js-1.6R2.jar
sca-api-incubating-M1.jar
sdo-api-incubating-M1.jar
stax-api-1.0.jar
tuscany-binding-jsonrpc-incubating-M1.jar
tuscany-common-incubating-M1.jar
tuscany-container-java-incubating-M1.jar
tuscany-container-rhino-incubating-M1.jar
tuscany-core-incubating-M1.jar
tuscany-databinding-sdo-incubating-M1.jar
tuscany-model-incubating-M1.jar
tuscany-sdo-impl-incubating-M1.jar
wsdl4j-1.5.2.jar
wstx-asl-2.9.3.jar
xbean-2.1.0.jar
xsd-2.2.0-RC4.jar
-
-There is an ant -script in java\testing\tomcat\build.xml that will produce in -tuscany\java\testing\tomcat\target\j2se all the jars above once you -have completed the full maven build at the root. Run "ant j2se" - Use in java -Djava.ext.dirs to point to this directory to -include all these jars.
-
If -you're planning to use SCA Web Service bindings from your Tuscany -application, add the following JAR files to your classpath:
- - - -
-
axiom-api-1.0.jar
axiom-impl-1.0.jar
axis2-kernel-1.0.jar
commons-codec-1.3.jar
commons-httpclient-3.0.jar
commons-logging-1.0.3.jar
junit-3.8.1.jar
neethi-1.0.1.jar
tuscany-binding-axis2-incubating-M1.jar
XmlSchema-1.0.2.jar
here is an -ant -script in java\testing\tomcat\build.xml that will produce in -tuscany\java\testing\tomcat\target\j2sews all the jars above once you -have completed the full maven build at the root. Run "ant j2sews - Use in java -Djava.ext.dirs to point to this directory to -include all these jars. -

Tomcat -Setup

-

The setup and configuration of  the -Tomcat web server is a little more complex.  If you are not -interested in the details the easiest means of  configuring -this environment is by running "ant" in  java\testing\tomcat that -will configure a server that is -ready to run the samples and deploy your own SCA applications..

-

For -any other SCA application that is run in a Tomcat environment, -package it as a standard J2EE war file and deploy it as -usual. For -Tomcat this is simply done by copying them to its webapps -directory. 

-

The -details:

- - \ No newline at end of file -- cgit v1.2.3