Hi ! After successful testing some samples (spring_security), my goal is to moove it from jetty to tomcat 1.7. According to the documentation, I can deploy the services with spring (since I think I will use spring secu in my project)
What are the steps to modify the sample spring_security to be deployed on a tomcat server, (and access on uri 8080 port) ? - Do I need spring boot ? - is just modifing web.xml will do the trick ( http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-Spring )? Thanks a lot by advance,
