[jboss-user] [JBoss jBPM] - Re: Problems with jBPM 3.3.0 GA and the GPD

sramu do-not-reply at jboss.com
Thu Feb 12 10:11:37 EST 2009


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



More information about the jboss-user mailing list