> Hello, is it possible to use Axis2 administration web module on my current > web application? I mean I'd like to have http://host/myapp/admin.jsp and > not > http://host/axis2/admin.jsp
While the detailed HOWTO is still on my list here is what you should do: - Get the latest snapshot axis2.war. - Unzip it - Remove META-INF from extracted contents - Add all content to your web app excluding WEB-INF/web.xml - Add axis2 relevant sections to your own web.xml from axis2.war web.xml While this works axis2 should support adding webservices without unzipping axis2.war. Please note that axis admin got moved to a sub directory for better embeddability.
