summaryrefslogtreecommitdiffstats
path: root/site/tags/site-090106-pre667/site-author/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'site/tags/site-090106-pre667/site-author/faq.xml')
-rw-r--r--site/tags/site-090106-pre667/site-author/faq.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/site/tags/site-090106-pre667/site-author/faq.xml b/site/tags/site-090106-pre667/site-author/faq.xml
new file mode 100644
index 0000000000..865a8f9d4f
--- /dev/null
+++ b/site/tags/site-090106-pre667/site-author/faq.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <title>Tuscany Frequently Asked Questions</title>
+ <bannertitle>Tuscany Frequently Asked Questions</bannertitle>
+ </properties>
+ <body>
+ <section name="Tuscany Frequently Asked Questions">
+ <ul>
+ <li>
+ Which other open source projects does Tuscany relate to?
+ </li>
+
+ The Tuscany runtime is linked to the Apache Axis and Apache Tomcat runtimes.
+
+ <p>
+ The Eclipse SOA Tools Project provides tooling for SOA applications and it is
+ based on the same Service Component Architecture specification that is used by
+ the Tuscany runtime.
+ </p>
+
+ <li>
+ I get null pointer for all samples running Tomcat. What is wrong?
+ </li>
+ This is result of a user error but useful to know anyhow. The build/test instructions say that to run the helloworld tomcat test you go to testing/tomcat and run mvn. This works fine.
+ <br></br>If you forget this instruction and use the &quot;prepareTomcat&quot; ant target that the maven pom refers to, it fails.
+
+
+ </ul>
+ </section>
+ </body>
+</document>