使用 tomcat6 服务器从 axis2 创建 Web 服务时出现异常
我正在尝试从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您已正确设置轴 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....
使用 axis2 功能创建一个 dummy 动态 Web 项目,
然后尝试你的旧项目
转到你的服务java文件并
Create a dummy dynamic webproject with axis2 feature and ,
then try the old project of yours
Go to your services java file and