码迷,mamicode.com
首页 > Web开发 > 详细

Deploy WebServices on Tomcat

时间:2016-04-12 18:58:48      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

JAX-WS Dependencies

By default, Tomcat does not comes with any JAX-WS dependencies, So, you have to include it manually.

1. Go here http://jax-ws.java.net/.
2. Download JAX-WS RI distribution.
3. Unzip it and copy following JAX-WS dependencies to WEB-INFO/lib

    • jaxb-impl.jar
    • jaxws-api.jar
    • jaxws-rt.jar
    • gmbal-api-only.jar
    • management-api.jar
    • stax-ex.jar
    • streambuffer.jar
    • policy.jar

4. Export it to a war file

Deploy WebServices on Tomcat

标签:

原文地址:http://www.cnblogs.com/Raymond-Yang/p/5383655.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!