Kannan Ekanath wrote:
> 
> In such a
>    scenario is there any spring configuration which when declared does the
>    equivalent of this servlet configuration bit?
> -- 
> Regards,
> Kannan Ekanath
> 

I'm not sure you can avoid the web.xml for a hosted webapp because that's
part of the servlet specification.  At any rate, to avoid the WAR file and
web.xml bit, you can host your webservice via Endpoint or embedded Tomcat or
(more commonly) Jetty:
http://www.jroller.com/gmazza/entry/writing_junit_test_cases_for

HTH,
Glen

-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Exposing-the-web-service-using-CXF-using-Spring-without-Servlet-tp1842248p1842258.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to