I had the same problem..Here is the fix I did!

in the ../deploy/jbpm/jsf-console.war/WEB-INF/web.xml

replace the url-pattern to /upload/* from /app/upload/* as below and restart 
the server


<servlet-mapping>
    <servlet-name>GDP Deployer Servlet</servlet-name>
    <url-pattern>/upload/*</url-pattern>
  </servlet-mapping>

Thanks
Sankar

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209570#4209570

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209570
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to