Tony Dean wrote:
Steve,
So you place all your jars in axis2/WEB-INF/lib? Is it ok to redistribute an
updated axis2.war with my jars included?
Thanks.
well, I dont call it axis2.war. I make my own webapp which includes all
the relevant axis2 libraries, and the appropriate bit of web.xml that
hands /services/ off to axis2
you do have to expose the endpoints under /services/ because that is
hard coded into the dispatch algorithms :(
It should really be pulled out of the system configuration.
Oh, I also retain happyaxis.jsp with all the includes/css stripped out,
all other JSP pages are dropped. In practise, I actually host in-process
using Jetty without even JSP support, so all the jsps are unneeded.
-steve