在远程服务器中重新部署现有的 Axis2 Web 服务

发布于 2024-12-08 20:43:47 字数 352 浏览 0 评论 0原文

我正在尝试在远程服务器中重新部署 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷…雨湿花 2024-12-15 20:43:47

此设置位于 axis2.xml 中,您应该在那里设置。

独立Axis2服务器:

$AXIS_HOME/conf/axis2.xml

在war文件中:

WEB-INF/conf/axis2.xml

This settings located in axis2.xml, You should set there.

Standalone Axis2 server:

$AXIS_HOME/conf/axis2.xml

In war file:

WEB-INF/conf/axis2.xml
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文