Author: heiko.braun(a)jboss.com
Date: 2009-07-29 08:46:55 -0400 (Wed, 29 Jul 2009)
New Revision: 5373
Added:
projects/gwt-console/branches/sam/sam/server/src/main/webapp/index.html
Modified:
projects/gwt-console/branches/sam/sam/server/pom.xml
projects/gwt-console/branches/sam/sam/server/src/main/webapp/WEB-INF/web.xml
Log:
Fix server module, first cut
Modified: projects/gwt-console/branches/sam/sam/server/pom.xml
===================================================================
--- projects/gwt-console/branches/sam/sam/server/pom.xml 2009-07-29 12:44:58 UTC (rev
5372)
+++ projects/gwt-console/branches/sam/sam/server/pom.xml 2009-07-29 12:46:55 UTC (rev
5373)
@@ -25,14 +25,12 @@
<groupId>org.jboss.bpm</groupId>
<artifactId>gwt-console-common</artifactId>
<version>${version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.bpm</groupId>
<artifactId>gwt-console-rpc</artifactId>
- <version>${version}</version>
- <scope>provided</scope>
+ <version>${version}</version>
</dependency>
<!-- GWT related -->
Modified: projects/gwt-console/branches/sam/sam/server/src/main/webapp/WEB-INF/web.xml
===================================================================
---
projects/gwt-console/branches/sam/sam/server/src/main/webapp/WEB-INF/web.xml 2009-07-29
12:44:58 UTC (rev 5372)
+++
projects/gwt-console/branches/sam/sam/server/src/main/webapp/WEB-INF/web.xml 2009-07-29
12:46:55 UTC (rev 5373)
@@ -15,20 +15,6 @@
<param-value>/rs</param-value>
</context-param>
- <context-param>
- <param-name>resteasy.providers</param-name>
- <param-value>org.jboss.bpm.report.FileWriter</param-value>
- </context-param>
-
- <filter>
- <filter-name>gwtJSON</filter-name>
-
<filter-class>org.jboss.bpm.console.server.util.GWTJsonFilter</filter-class>
- </filter>
- <filter-mapping>
- <filter-name>gwtJSON</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
<listener>
<listener-class>
org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
Added: projects/gwt-console/branches/sam/sam/server/src/main/webapp/index.html
===================================================================
--- projects/gwt-console/branches/sam/sam/server/src/main/webapp/index.html
(rev 0)
+++ projects/gwt-console/branches/sam/sam/server/src/main/webapp/index.html 2009-07-29
12:46:55 UTC (rev 5373)
@@ -0,0 +1,13 @@
+<html>
+<body style='font-family: sans-serif; font-size:10pt;'>
+
+<h1>SAM Console Server</h1>
+
+<h2>Published URL's</h2>
+You can find a list of resources <a
href="/activity-monitor/rs/server/resources">here</a>.
+
+<h2>Problems?</h2>
+Please post any questions to the <a
href="http://www.jboss.org/index.html?module=bb&op=viewforum&...
developer forum</a>.
+
+</body>
+</html>
\ No newline at end of file