Way out of date sorry. If you haven't already then download Tomcat: http://www.mirrorservice.org/sites/ftp.apache.org/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17.zip
Unzip it it somewhere. Checkout Tuscany: svn co http://svn.apache.org/repos/asf/incubator/tuscany/java/ trunk Build it: cd trunk mvn You'll likely have that fail due to intermittent maven repository problems. Just keep trying running mvn again, once you've got one to build ot work you can use mvn -o to skip the downloading. That build will have built a war for the sample: samples\sca\helloworldws\target\sample-helloworldws-1.0-SNAPSHOT.war Copy that war to your tomcat webapps directory: apache-tomcat-5.5.17\webapps Now startup tomcat with: apache-tomcat-5.5.17\bin\startup.bat Once tomcat is up in you browser go to: http://localhost:8080/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService?wsdl That should show the WSDL for the service which means Tuscany is up and running and the SCA service has been activated as a webservice endpoint. ...ant On 8/18/06, Bert Lamb <[EMAIL PROTECTED]> wrote:
I appear to be stuck already, I was attempting to get Tomcat setup using the instructions here: http://wiki.apache.org/ws/Tuscany/TuscanyJava/TomcatIntegration But most of those jars are nowhere to be found within the trunk build. Are those instructions still valid? Are there new ones I should be looking at? Thanks! -Bert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
