summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF')
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml11
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-1.0-sdk-1.2.5.jarbin0 -> 8776503 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-labs-1.2.5.jarbin0 -> 338903 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-appengine-1.0.3.jarbin0 -> 245333 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-core-1.1.5.jarbin0 -> 1933065 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jarbin0 -> 152768 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jarbin0 -> 52877 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jarbin0 -> 16030 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/jdo2-api-2.3-eb.jarbin0 -> 192820 bytes
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/logging.properties28
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/web.xml32
11 files changed, 71 insertions, 0 deletions
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml
new file mode 100644
index 0000000000..6d80666550
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
+ <application>scacloud</application>
+ <version>3</version>
+
+ <!-- Configure java.util.logging -->
+ <system-properties>
+ <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
+ </system-properties>
+
+</appengine-web-app> \ No newline at end of file
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-1.0-sdk-1.2.5.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-1.0-sdk-1.2.5.jar
new file mode 100644
index 0000000000..5e461a1bb5
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-1.0-sdk-1.2.5.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-labs-1.2.5.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-labs-1.2.5.jar
new file mode 100644
index 0000000000..5325404d25
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/appengine-api-labs-1.2.5.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-appengine-1.0.3.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-appengine-1.0.3.jar
new file mode 100644
index 0000000000..fa0773db98
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-appengine-1.0.3.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-core-1.1.5.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
new file mode 100644
index 0000000000..c450ab94f3
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
new file mode 100644
index 0000000000..c326e0bc08
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
new file mode 100644
index 0000000000..12d4ab0d28
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
new file mode 100644
index 0000000000..ee9963dfc8
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/jdo2-api-2.3-eb.jar b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
new file mode 100644
index 0000000000..2547a0b03f
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
Binary files differ
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/logging.properties b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/logging.properties
new file mode 100644
index 0000000000..4a78b7f353
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/logging.properties
@@ -0,0 +1,28 @@
+# A default java.util.logging configuration.
+# (All App Engine logging is through java.util.logging by default).
+#
+# To use this configuration, copy it into your application's WEB-INF
+# folder and add the following to your appengine-web.xml:
+#
+# <system-properties>
+# <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
+# </system-properties>
+#
+
+# Set the default logging level for all loggers to WARNING
+.level = WARNING
+
+# Set the default logging level for ORM, specifically, to WARNING
+DataNucleus.JDO.level=WARNING
+DataNucleus.Persistence.level=WARNING
+DataNucleus.Cache.level=WARNING
+DataNucleus.MetaData.level=WARNING
+DataNucleus.General.level=WARNING
+DataNucleus.Utility.level=WARNING
+DataNucleus.Transaction.level=WARNING
+DataNucleus.Datastore.level=WARNING
+DataNucleus.ClassLoading.level=WARNING
+DataNucleus.Plugin.level=WARNING
+DataNucleus.ValueGeneration.level=WARNING
+DataNucleus.Enhancer.level=WARNING
+DataNucleus.SchemaTool.level=WARNING
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/web.xml b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/web.xml
new file mode 100644
index 0000000000..4050c8274a
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/web.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
+http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ version="2.5">
+ <servlet>
+ <servlet-name>HelloWorld</servlet-name>
+ <servlet-class>sample.appengine.HelloWorldServlet</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>HelloWorld</servlet-name>
+ <url-pattern>/helloworld</url-pattern>
+ </servlet-mapping>
+ <welcome-file-list>
+ <welcome-file>index.html</welcome-file>
+ </welcome-file-list>
+ <filter>
+ <filter-name>tuscany</filter-name>
+ <filter-class>org.apache.tuscany.sca.host.webapp.TuscanyServletFilter</filter-class>
+
+ <init-param>
+ <param-name>node.configuration</param-name>
+ <param-value>http://people.apache.org/~rfeng/tuscany/nodes/helloworld-node.xml</param-value>
+ </init-param>
+
+ </filter>
+
+ <filter-mapping>
+ <filter-name>tuscany</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>
+</web-app>