if you are doing this for development reasons, there are tools that will restart your webapp for you. such as: https://www.eclipse.org/jetty/documentation/9.3.0.v20150612/jetty-maven-plugin.html
Can you give us a bit more info on your use-case for doing this? On Thu, Jan 28, 2016 at 3:32 PM, Lenny Primak <[email protected]> wrote: > As far as I can tell, this is not something that is supported, for many > important reasons. > You can always set any security object dynamically at runtime, if you wish. > Re-reading shiro.ini could introduce security risks IMHO. > > Why do you want this anyway? Seems very non-standard to me. > > > On Jan 28, 2016, at 1:50 PM, midiman <[email protected]> wrote: > > > > Hello Shiro Forum, > > > > Trying to get shiro (web-based via web.xml + .ini file) to recognize > changes > > to the .ini file configuration without having to restart the web app. > > > > Can anyone give some insight on best-practice to achieve this? > > > > Many thanks, Peter > > > > > > > > > > -- > > View this message in context: > http://shiro-user.582556.n2.nabble.com/Change-Shiro-configuration-at-runtime-tp7580921.html > > Sent from the Shiro User mailing list archive at Nabble.com. > > > >
