English 中文(简体)
• 如何在不设喷气机的情况下管理轴心 j(改用散射)
原标题:how to run cxf jax-ws without build-in jetty (use tomcat instead)

每当有人在散射线以内运行时,喷气式喷气机就停下来,并送达请求书。

<jaxws:endpoint 
    id="wsServer"
    implementor="a.b.c.ServiceImpl"
    address="http://localhost:8080/ws">
</jaxws:endpoint>    

我们有什么办法可以分散接收请求,并授权这样做?

最佳回答

<>>>>>

您可以避免使用嵌入物。 摘录如下:,该文章: 使用org.apache.cxf.transport.servlet.CXFServlet,载于您的网页.xml ,而不忘记https://stackoverflow.com/a/7098734/267197> 进口 META-INF/cxf/cxf-servlet.xml<<>>。

或者(如果CXF不是你所必须的话),你可以:

问题回答

暂无回答




相关问题
Tomcat´s server.xml dynamic configuration

My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web ...

session transfer issue from Tomcat to ASP.Net

I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...

JSP exception - class not found (tomcat)

I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...

热门标签