使用 tomcat6 服务器从 axis2 创建 Web 服务时出现异常

发布于 2024-12-03 03:12:08 字数 449 浏览 2 评论 0原文

我正在尝试从 java 应用程序创建一个 web 服务。 我正在使用 tomcat 6 服务器和 axis2 ..我已经安装了 axis2 并在 Web services>Axis2 首选项中设置了 axis2 的运行时位置。

这是我尝试创建网络服务时遇到的异常。

Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime location has not been set.  
Please go to the Web Services preference page and set the Axis2 runtime location under Axis2 Preferences.

任何人都可以为此提供解决方案吗?

I am trying to create a webservice from java application.
I am using tomcat 6 server and axis2 ..i had installed axis2 and set the runtime location for axis2 inside Web services>Axis2 preferences.

This is the exception am getting when am trying to create a webservice..

Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime location has not been set.  
Please go to the Web Services preference page and set the Axis2 runtime location under Axis2 Preferences.

Can anyone give a solution for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

霊感 2024-12-10 03:12:08

如果您已正确设置轴 2 首选项,那么我认为您在 Eclipse 中创建项目时未正确设置配置。

按照以下步骤操作..

在 eclipse 中,转到文件 - 新建 - 动态 Web 项目..

在配置中选择自定义并修改..

检查 Axis2 Web 服务并单击确定..

之后按照正常步骤操作.. 现在应该可以工作了... 。

If u have set axis 2 preferences properly then i think u have not set the configuration properly while creating the project in eclipse.

Follow the below steps..

In eclipse go to File- New- Dynamic Web Project..

In configuration select custom and modify..

Check the Axis2 Web Services and click OK..

Follow normal steps afterwards.. It should work now....

冬天旳寂寞 2024-12-10 03:12:08

使用 axis2 功能创建一个 dummy 动态 Web 项目,
然后尝试你的旧项目

转到你的服务java文件并

  • 右键单击并选择webservices-->
  • 创建webservice-->
  • 选择webservice 运行时到 axis2 -->
  • 并继续它现在应该可以工作

Create a dummy dynamic webproject with axis2 feature and ,
then try the old project of yours

Go to your services java file and

  • right click and choose webservices -->
  • create webservice -->
  • choose webservice runtime to axis2 -->
  • and continue it should work now
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文