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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...