It looks like the acegi-security jar file is missing from your build. Have you removed the acegi security dependency from your project's pom.xml?
Mike On 10/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Forgot to mention which step I am on. > > > > I have generated all actions and jsps. Now my action tests were not > successful, which is why Matt suggessted actually running them in the > browser. > > > > So, basically this is what I wanna do, but I'm getting the following > exception. > > > > Help please > > > > Vanessa Pacheco > Programmer > Bowman Systems L.L.C > 318.213.8780x307 > > > > ====================================== > > IMPORTANT WARNING: This message is intended for the use of the person or > entity to which it is addressed and may contain information that is > privileged and confidential, the disclosure of which is governed by > applicable law. If the reader of this message is not the intended recipient, > or the employee or agent responsible to deliver it to the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this information is strictly prohibited. If you have received > this message in error, please notify the sender immediately and arrange for > the return or destruction of these documents. > ------------------------------ > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, October 31, 2007 1:49 PM > *To:* [email protected] > *Subject:* [appfuse-user] running my app in tomcat > > > > Hi, > > > > When I try to run my application in Tomcat, this is what I get. Anyone > seen this before. Any idea where to correct this? > > > > org.apache.jasper.JasperException: /index.jsp(1,1) The absolute uri: > http://acegisecurity.org/authz cannot be resolved in either web.xml or the > jar files deployed with this application > > org.apache.jasper.compiler.DefaultErrorHandler.jspError( > DefaultErrorHandler.java:40) > > org.apache.jasper.compiler.ErrorDispatcher.dispatch( > ErrorDispatcher.java:407) > > org.apache.jasper.compiler.ErrorDispatcher.jspError( > ErrorDispatcher.java:88) > > org.apache.jasper.compiler.Parser.processIncludeDirective( > Parser.java:340) > > org.apache.jasper.compiler.Parser.parseIncludeDirective( > Parser.java:373) > > org.apache.jasper.compiler.Parser.parseDirective(Parser.java > :485) > > org.apache.jasper.compiler.Parser.parseElements(Parser.java > :1557) > > org.apache.jasper.compiler.Parser.parse(Parser.java:127) > > org.apache.jasper.compiler.ParserController.doParse( > ParserController.java:212) > > org.apache.jasper.compiler.ParserController.parse( > ParserController.java:101) > > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java > :156) > > org.apache.jasper.compiler.Compiler.compile(Compiler.java:296) > > org.apache.jasper.compiler.Compiler.compile(Compiler.java:277) > > org.apache.jasper.compiler.Compiler.compile(Compiler.java:265) > > org.apache.jasper.JspCompilationContext.compile( > JspCompilationContext.java:564) > > org.apache.jasper.servlet.JspServletWrapper.service( > JspServletWrapper.java:302) > > org.apache.jasper.servlet.JspServlet.serviceJspFile( > JspServlet.java:329) > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java > :265) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > > > > Thanks, > > > > Vanessa Pacheco > Programmer > Bowman Systems L.L.C > 318.213.8780x307 > > > > ====================================== > > IMPORTANT WARNING: This message is intended for the use of the person or > entity to which it is addressed and may contain information that is > privileged and confidential, the disclosure of which is governed by > applicable law. If the reader of this message is not the intended recipient, > or the employee or agent responsible to deliver it to the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this information is strictly prohibited. If you have received > this message in error, please notify the sender immediately and arrange for > the return or destruction of these documents. > > >
