You can still control how the web service is deployed if you like. To do so, provide your
own web.xml in the process archive and set the URL pattern on the servlet mapping elements
to whatever value you like.
To control the context root, either provide a jboss-web.xml descriptor in the process
archive or take advantage of the following fact. Say your process archive is called
myprocess.zip. The generated web module will be called myprocess.war. In absence of
jboss-web.xml, the context root will be myprocess.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127218#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...