com.sun.xml.ws.transport.http.servlet.WSServletContextListener

15410年前 (2016-09-11)java技术5304

Problem

Deploying a JAX-WS web service on Tomcat, hits following error message :

java.lang.ClassNotFoundException:
	com.sun.xml.ws.transport.http.servlet.WSServletContextListener

Solution

The JAX-WS dependency library “jaxws-rt.jar” is missing.

  1. Go here http://jax-ws.java.net/.

  2. Download JAX-WS RI distribution.

  3. Unzip it and copy “jaxws-rt.jar” to Tomcat library folder “{$TOMCAT}/lib“.

  4. Restart Tomcat.


本文原创,转载必追究版权。

分享给朋友:

相关文章

showModalDialog取得父窗口的方法

 通常使用window.open的方式开启新窗口的话要取得父窗口的控件,可以用window.opener来取得父窗口然而如果使用showModalDialog的话...却无效如果有需要的话,...

org.apache.subversion.javahl.ClientException: ¾ܾø·ÃÎʡ£ svn: Can't move 'E:\workspace\TourMarkets\.

org.apache.subversion.javahl.ClientException: ¾ܾø·ÃÎʡ£  svn: Can't move 'E:\workspace\T...

java实现将“yyyy-MM-dd”格式字符串转化成“yyyy年M月d日”格式

 公共方法可直接套用:          public static String getChinaDateFromSt...

java实现合并多个word文档 且可换页 实例代码(基于docx4j)

org.docx4j/docx4j/ Maven依赖写法Maven下载jar包<dependency>    <groupId>org.docx4...

net.sf.json.JSONObject 所在jar及依赖的jar包下载

json解析jar包,即net.sf.json.JSONObject 的jar包和依赖包   有:        commons-beanutils-...

java实现用ffmpeg 获取视频时长

首先需要引入ffmpeg.exe调用 int time = ConvertM3U8.getVideoTime(downloadPath);方法: st...

评论列表

卢松松博客
卢松松博客
10年前 (2016-09-12)

从百度点进来的,支持一下,希望站长您多出一些好文章。

萨瓦迪卡 回复:
感谢,会的,常来额。
9年前 (2016-12-05)
工控资料窝
工控资料窝
9年前 (2016-09-20)

不错哦

电商是什么
电商是什么
9年前 (2016-10-01)

新手学习中~感谢分享!

上海领企装饰
9年前 (2016-10-13)

这个还真不错。

赛瓦迪卡
赛瓦迪卡
9年前 (2016-12-06)

这个站为啥注册不了啊

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。