Can someone explain this shiro.ini components to me-: https://svn.apache.org/repos/asf/shiro/tags/shiro-root-1.2.0/samples/web/src/main/webapp/WEB-INF/shiro.ini
First of all why use something like shiro.loginUrl ? Also where is the success URL? That is the default landing page ? For example if the user logs in at the first go where does he land up ? Where is the failed login page ? And if I were to use a JDBC Realm here how would I do it ?
