Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cp helloworld-webapp/target/helloworld.war my_tomcat_install/webapps
my_tomcat_install/bin/catalina run

This sample webapp doesn't provide any web pages but it you look at the console of your webapp container you can see the helloworld-contribtion running and producing the following output:

Code Block

HelloworldImpl.sayHello world
Hello world

For more information on creating webapps to run SCA contributions with Tuscany see - (warning)

...