summaryrefslogtreecommitdiffstats
path: root/tags/site-090106-pre667/site-author/faq.xml
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /tags/site-090106-pre667/site-author/faq.xml
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/site-090106-pre667/site-author/faq.xml')
-rw-r--r--tags/site-090106-pre667/site-author/faq.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/tags/site-090106-pre667/site-author/faq.xml b/tags/site-090106-pre667/site-author/faq.xml
new file mode 100644
index 0000000000..865a8f9d4f
--- /dev/null
+++ b/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>