Hi Ray, Let me try the spring sample app and see what happens. There is one issue that was raised in the last few days that might be related to your problem: https://issues.apache.org/jira/browse/SHIRO-219
I'm not sure if this is causing you troubles, but it's worth looking into. When I find out more from trying the sample app myself, I'll update this thread. Cheers, -- Les Hazlewood Founder, Katasoft, Inc. Application Security Products & Professional Apache Shiro Support and Training: http://www.katasoft.com On Sun, Nov 28, 2010 at 12:15 PM, depsypher <[email protected]> wrote: > > I tried to integrate shiro into my spring app as described in the > documentation, but so far I haven't been able to get any requests to do > anything but 404. The logs on startup seem to indicate everything > initialized fine but nothing appears in the logs when I hit one of the pages > in the app. > > I initially thought it might be my UrlRewriteFilter interfering, but I took > that out and I get the same behavior. If I take out the shiro filter the > 404s go away and the app works ok. I can post all my configs, but first > wanted to check if there's any known issues. > > I also tried building the shiro spring example and it 404s for me as well. > I did mvn package and deployed the war to apache-tomcat-6.0.26. Bringing it > up in a browser causes a redirect to: > http://localhost:8080/samples-spring-1.1.0/s/login > which is a 404 page that complains "HTTP Status 404 - Servlet sample is not > available" > > On a related note, are there source jars (or a way for the build to create > them easily) so I can link it in eclipse and step debug through the running > code? > > Thanks, > Ray > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/shiro-spring-giving-me-404s-tp5782432p5782432.html > Sent from the Shiro User mailing list archive at Nabble.com. >
