Hey i am using maven from building the war file for deploying the project on tomcat. I am using apache cxf java2ws plugin for generating wsdl and xsd file I am able to generate the jaxws files, wsdl and xsd file but i am not able to generate cxf-servlet.xml or bean.xml which is required by tomcat server. And when i am manually creating the cxf-servlet.xml and placing it in WebContent folder and deploying it on tomcat I am getting an "javax.servlet.ServletException: Servlet.init()" exception.
- how to create cxf-servlet.xml or bean.xml using java2w... sonuamit282
- Re: how to create cxf-servlet.xml or bean.xml usi... Colm O hEigeartaigh
