deploy application on jboss -


my question has not got jbpm it's example.

i started jboss on port 8080 , when go http://localhost:8080/jbpm-console/ see live application.

however, under server/default/deploy don't see jbpm-console folder!

where can find it?

it in war file (file or exploded war). if have any, jbpm-console should defined in web-inf/jboss-web.xml file <context-root>jbpm-console</context-root>

more info here, more precisely chapter 9.5.: setting context root of web application


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -