JAVA-EE Tomcat Axis2 – 设置和项目构建

你好伙计们,

我是Eclipse环境中JAVA WebService开发的新手.

我正在使用Eclipse IDE – Tomcat v7.0 Webserver – Axis2进行开发.
一切似乎都配置正常,因为每次启动服务器并访问localhost时,它都会将我带到Tomcat服务器页面.当我访问

localhost:8080/axis2/

它带我到Axis2页面.所以,我认为配置已经为开发人员正确完成了.环境.

题:

How does an .aar file get created so I can deploy it to a remote server? Do we create it manually or is it created when we build our
project? I want to make some changes to the skeleton.java class –
generate the .aar file & deploy to the linux machine.

我尝试过的:

I have made desired changes to the code, built the project but I do not think there is any changes to the .aar file.

任何有关这方面的帮助将不胜感激.

解决方法:

看看这里[1],一旦你创建了SimpleService.aar文件,就可以在Tomcat上使用Axis2控制台来上传和部署SimpleService.aar文件.

[1] – http://wso2.org/library/95

上一篇:java – 轴2是否支持REST?


下一篇:java – 使用Netbeans 7和Axis2从属性文件配置客户端的Web服务URL