[jbpm-commits] JBoss JBPM SVN: r2309 - in jbpm3/trunk/modules/gwt-console/war/src/main/webapp: WEB-INF and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 23 03:52:47 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-09-23 03:52:47 -0400 (Tue, 23 Sep 2008)
New Revision: 2309

Added:
   jbpm3/trunk/modules/gwt-console/war/src/main/webapp/WEB-INF/jboss-web.xml
Modified:
   jbpm3/trunk/modules/gwt-console/war/src/main/webapp/index.html
Log:
default context root: 'gwt-console'

Added: jbpm3/trunk/modules/gwt-console/war/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- jbpm3/trunk/modules/gwt-console/war/src/main/webapp/WEB-INF/jboss-web.xml	                        (rev 0)
+++ jbpm3/trunk/modules/gwt-console/war/src/main/webapp/WEB-INF/jboss-web.xml	2008-09-23 07:52:47 UTC (rev 2309)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE jboss-web PUBLIC
+  "-//JBoss//DTD Web Application 2.4//EN"
+  "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
+
+<jboss-web>
+
+   <!--security-domain>java:/jaas/jbpm-console</security-domain-->
+
+   <context-root>gwt-console</context-root>
+
+   <!--resource-ref>
+     <res-ref-name>jdbc/JbpmDataSource</res-ref-name>
+     <jndi-name>java:/JbpmDS</jndi-name>
+   </resource-ref>
+   -->
+
+</jboss-web>


Property changes on: jbpm3/trunk/modules/gwt-console/war/src/main/webapp/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Modified: jbpm3/trunk/modules/gwt-console/war/src/main/webapp/index.html
===================================================================
--- jbpm3/trunk/modules/gwt-console/war/src/main/webapp/index.html	2008-09-23 07:50:56 UTC (rev 2308)
+++ jbpm3/trunk/modules/gwt-console/war/src/main/webapp/index.html	2008-09-23 07:52:47 UTC (rev 2309)
@@ -3,6 +3,6 @@
 <head>
 <!-- forward to the GWT Example Application -->
 <meta http-equiv="REFRESH"
-	content="0;url=org.jboss.bpm.console.client.Application/Application.html">
+	content="0;url=org.jboss.bpm.console.Application/Application.html">
 </HEAD>
 </HTML>
\ No newline at end of file




More information about the jbpm-commits mailing list