1. spring security No WebApplicationContext found stackoverflow.comI am new to spring security
I have
|
2. Access WebApplicationContext inside a ExtendedActionServlet forum.springsource.orgSince you're inside an ActionServlet you are inside a Servlet which means you have access to getServletContext() which means you can do: ApplicationContext context = WebApplicationContextUtils.getApplicationContext(g etServletContext()); It's something like that ... |
3. Is using Spring Security possible without WebApplicationContext? forum.springsource.orgI've got a Spring ApplicationContext started by a java process, which in turn starts an embedded Jetty web server using the jetty WebAppContext handler. The WebAppContext registers a Jersey SpringServlet, serves ... |