Permaine Cheung wrote:
Hi,

How can I build and run Tuscany with Axis2 only for webservices?

Thanks,
Permaine


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Our binary distribution includes a Tomcat server pre-configured to run with our Axis2 based Web Service runtime. In a J2SE environment, to run with the Axis2 based Web Service runtime, simply put the JARs in the lib/axis2 on your classpath instead of the JARs in the lib/celtix directory.

If you're building Tuscany from the sources, to build with Axis2 only comment out the binding.celtix module in java/sca/bindings/pom.xml and the celtix samples in samples/sca/pom.xml. To build the distribution with Axis2 only comment out the celtix-overlay module in java/distribution/pom.xml and the reference to the lib/celtix directory in java/distribution/tuscany-polish/fixupJars.xml.

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to