在远程服务器中重新部署现有的 Axis2 Web 服务
我正在尝试在远程服务器中重新部署 Axis2 Web 服务。我通过从 axis2 管理控制台上传 .aar 文件来执行此操作。
我知道默认情况下禁用“热更新”。因此,我尝试将以下行添加到 services.xml 文件中:
<parameter name="hotdeployment" >true</parameter>
<parameter name="hotupdate" >true</parameter>
但是,重新部署没有成功。
我也无权重新启动服务器。
谁能让我知道执行此操作的正确方法?
谢谢!
I am trying to redeploy an Axis2 web service in a remote server. I am doing this by uploading the .aar file from the axis2 admin console.
I know 'hot update' is disabled by default. So I tried adding the following line to the services.xml file:
<parameter name="hotdeployment" >true</parameter>
<parameter name="hotupdate" >true</parameter>
However, the redeployment was not successful.
I also dont have permission to restart the server.
Can anyone let me know the right way to do this ?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此设置位于 axis2.xml 中,您应该在那里设置。
独立Axis2服务器:
在war文件中:
This settings located in
axis2.xml
, You should set there.Standalone Axis2 server:
In war file: