I am working on a new project and have decided to use Spring Security to provide authentication feature. I am using my custom "login.jsp" page to provided a login form. The page uses few JSTL tags to carry out the implementation.
I have included the appropriate .jar files as mentioned in the below blog post but cannot get across the issue. The default jetty throws a URI not found message. Is there an existing sample which uses Spring Security (with custom login.jsp page) + GWT + JSTL tags. http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/ org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java: 51) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java: 409) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java: 116) org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java: 316) org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java: 149) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java: 386) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:450) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1397) org.apache.jasper.compiler.Parser.parse(Parser.java:130) org.apache.jasper.compiler.ParserController.doParse(ParserController.java: 255) org.apache.jasper.compiler.ParserController.parse(ParserController.java: 103) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:185) org.apache.jasper.compiler.Compiler.compile(Compiler.java:347) org.apache.jasper.compiler.Compiler.compile(Compiler.java:327) org.apache.jasper.compiler.Compiler.compile(Compiler.java:314) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: 592) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java: 326) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java: 313) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
