使用 Axis 开发 Web 服务并将其部署为 war 文件
我们需要使用 Apache Axis 2 开发一个 Web 服务,并将该应用程序作为 war 文件部署在 glassfish 服务器中,以便我们的服务使用者可以从那里访问它。
我对此感到非常困惑,因为 Axis2 应用程序被打包为 .aar
扩展名。
而且,我也是 Axis Webservices 的新手,它有很多版本(不知道该选择哪个版本),有些示例使用 AxisServlet,有些示例简单地部署为 .aar . 有人可以指导我吗?
We need to develop a Webservice using Apache Axis 2 and deploy this Application as a war file in glassfish server, so that it would be accessable to our service consumers from there.
I am really confused with this as Axis2 applications are being packaged as .aar
extension.
And more over, I am also new to Axis Webservices, and this has got a lot of versions (don't know what version to pick) and some examples are using AxisServlet and some are simple being deployed as .aar
.
Could anybody please guide me .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Axis2的最新版本是1.6.0。
为此,您可以使用 Axis2 .war 发行版。您可以将.war文件部署在glass Fish中,并将.aar文件放在WEB-INF文件夹下的services文件夹下。
如果 glassfish 不展开 .war 文件,那么您可以解压 axis2 .war 文件,将 .aar 文件放入 services 文件夹中,重新打包并部署。
您可以从 axis2 站点 和 此处
The latest version of Axis2 is 1.6.0.
You can use the Axis2 .war distribution for this. You can deploy the .war file in glass fish and put the .aar files under the services folder under the WEB-INF folder.
if glassfish does not expand the .war files then you can unpack the axis2 .war file put your .aar file to services folder repack and deploy.
you can find a axis2 user guide from the axis2 site and here