我正在使用 Eclipse 和轴 2 框架。我做了一个网络服务。该服务运行良好,但它在本地主机上。现在我已经在我的服务器上安装了 glass fish 3.1.2。我想在那里部署我的网络服务。Eclipse 创建了一个 Project LoginService,在该项目下的modules目录下存在.war文件。但是当我右键单击它时,什么也没有发生。这是我所做的
I made a project in eclipse.
Created a java class which has two functions
Right click on this java file and then selected other-> web services.
Under run time i selected axis2 framework.
Click next and finish
Then click on the project and selected run on server.
之后 eclipse 创建了一个名为 LoginService 的项目,在该项目下有一个 .war 文件,但是如何将它部署到我的生产服务器?
谢谢你。