English 中文(简体)
在Tomcat 启用日本宇宙航空研究开发机构-世界空间网络服务
原标题:Deploying JAX-WS web service on Tomcat

After noticing Java 6 includes javax.xml.ws, I m able to create a standalone web service. How would I go about hosting that in Tomcat 6?

最佳回答

页: 1

java -jar metro-2_0-ea.jar

食堂名录有两处ant文档,即: met-on-glassfish.xml和 met-on-tomcat.xml。 这两份文件用于将大比照仪安装到各自的网络集装箱中。

Tomcat的安装过程:

  1. 关闭。

  2. 低于指挥线

ant - Dtomcat.home=-f /metro-on-tomcat.xml 装置

开办:

安装过程将2台Metro jar文档复制到Tomcat共享/校准目录。 没有修改Tomcat配置文件。

问题回答

你们需要下载日本宇宙航空研究开发机构-WS RI(参考执行情况)jax-ws.dev.java.net。 The https://jax-ws.dev.java.net/nonav/2.1.2m1/docs/samples.html 页: 1

具体来说,就Tomcat 6而言,你需要:

Edit $CATALINA_HOME/conf/catalina.properties and set shared.loader={RI Installation Directory}/lib/*.jar. If you are running multiple instances of Tomcat, then edit CATALINA_BASE/conf/catalina.properties for that particular instance. The same technique can be used with Tomcat 5.x if you don t like to copy all the jars to $CATALINA_HOME/shared/lib

或您可使用,Apache CXF,这是日本宇宙航空研究开发机构-世界宇宙航空研究开发机构的全面执行。 没有任何额外配置——只有一个服务单元。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签