This is what works for me:

cd shiro-trunk
mvn clean install
cd samples/spring
mvn jetty:run-exploded

Then visit http://localhost:8080/shiro-samples-spring

Note the port (8080, not 9080 as it once was) and the context path is
/shiro-samples-spring

I also tried 'mvn jetty:run-war' and that worked as well.

If trying to deploy the .war in tomcat, you might want to blast
Tomcat's work directory - maybe there is something stale causing a
conflict.

HTH!

Les

Reply via email to