rizakoyt wrote > I have been looking at integrating Shiro with a web application I have. > The web app is running on Tomcat 7 using the tomcat-jdbc connection pool. > I store the datasource in my servlet context for the rest of my > application to pull and use connections. > I am trying to figure out how to get Apache Shiro to use the datasource > from my servlet context.
I was able to create my own JdbcRealm class to handle the datasource pool, however, I cannot get the datasource pool set up from my servlet and saved as an attribute in the servlet contex. Any ideas? -- View this message in context: http://shiro-user.582556.n2.nabble.com/Tomcat-jdbc-pool-from-servlet-context-as-datasource-in-realm-tp7580364p7580391.html Sent from the Shiro User mailing list archive at Nabble.com.
