I think I figured it out. It seems that Eclipse does not really care what you put in the
"Server Deployer:" field. It seems that it will use this for the test button,
but not the deploy button. I am guessing this is hard coded somewhere...
I updated this field to be /jbpm-console/app/upload and the test button would work, but
the deploy button would not. I then updated my web.xml to move upload back to
/jbpm-console/upload. Now it works.
To anyone having trouble with deploying from eclipse I'd recommend the following
change to your web.xml.
from
<url-pattern>/app/upload/*</url-pattern>
to
<url-pattern>/upload/*</url-pattern>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216354#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...