How to publish Apache axis2 web service without a web container (Tomcat)?

2015-11-18 Thread Vy Do
I stuck at here Is possible make (and execute) a web service using Axis 2 without a web container (as Tomcat)? If yes, how can I do that? For more clearly. I mean/ I want something like this In file: HelloWorldPublisher.java has Endpoint.publish(" http://localhost:/ws/hello";, new HelloWo

Re: How to publish Apache axis2 web service without a web container (Tomcat)?

2015-11-18 Thread Vy Do
( I also post to: http://stackoverflow.com/questions/33777170/how-to-publish-apache-axis2-web-service-without-a-web-container-tomcat ) On Wed, Nov 18, 2015 at 5:32 PM, Vy Do wrote: > I stuck at here > > Is possible make (and execute) a web service using Axis 2 without a web > container (as Tomca