Hi, My app is currently configured for Authentication & Authorization with Shiro and it works perfectly on AppServer Tomcat.
We have thin server architecture. Client is mostly JavaScripts and few HTML using JQuery and JMVC where MVC pattern is implemented on the client side and async calls are made to server. Server side is mostly REST Services serving clients. To improve performance and scaling, we have decided to move all static resources like HTML/JavaScripts/Images... to Apache web server. I am trying to figure out the best way to apply Authentication & Authorization. I am hoping some of you have done this and been there. So I would not have to reinvent the wheel. Any help here is appreciated. Jiggy. -- View this message in context: http://shiro-user.582556.n2.nabble.com/How-to-configure-static-Resource-on-WebServer-for-Authentication-Authorization-tp6850961p6850961.html Sent from the Shiro User mailing list archive at Nabble.com.
