[jbpm-commits] JBoss JBPM SVN: r5937 - projects/jsf-console/branches/jsf-console-3.2-soa/soa/src/main/webapp/WEB-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 9 21:22:31 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-12-09 21:22:31 -0500 (Wed, 09 Dec 2009)
New Revision: 5937

Modified:
   projects/jsf-console/branches/jsf-console-3.2-soa/soa/src/main/webapp/WEB-INF/web.xml
Log:
JBPM-2678: port jsf-console changes to soa overlay

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/soa/src/main/webapp/WEB-INF/web.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/soa/src/main/webapp/WEB-INF/web.xml	2009-12-09 15:01:23 UTC (rev 5936)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/soa/src/main/webapp/WEB-INF/web.xml	2009-12-10 02:22:31 UTC (rev 5937)
@@ -24,13 +24,13 @@
   </servlet-mapping>
 
   <context-param>
-    <description> Use Documents Saved as *.xhtml </description>
+    <description>Use Documents Saved as *.xhtml</description>
     <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
     <param-value>.xhtml</param-value>
   </context-param>
 
   <context-param>
-    <description> Facelets debug output </description>
+    <description>Facelets debug output</description>
     <param-name>facelets.DEVELOPMENT</param-name>
     <param-value>false</param-value>
   </context-param>
@@ -40,25 +40,6 @@
     <welcome-file>index.jsp</welcome-file>
   </welcome-file-list>
 
-  <servlet>
-    <description>
-      Server counterpart for the Graphical Process Designer deployment feature.
-      GPD WARNING. The SOA distribution of jBPM is tuned for production deployment
-      and maps this servlet to a URL pattern in the secured area. In consequence,
-      the upload servlet is no longer able to accept GPD deployment requests,
-      as GPD does not support authentication.
-      To reenable GPD deployment, map the servlet to the path expected by the GPD,
-      namely "/upload/*". 
-    </description>
-    <servlet-name>GPD Deployer Servlet</servlet-name>
-    <servlet-class>org.jbpm.web.ProcessUploadServlet</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>GPD Deployer Servlet</servlet-name>
-    <url-pattern>/app/upload/*</url-pattern>
-  </servlet-mapping>
-
   <!--
     This role list should be changed to include all the relevant roles for your environment.
   -->



More information about the jbpm-commits mailing list