This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| install PostgreSQL 9 in Mac OSX via Homebrew | |
| Mac OS X Snow Leopard | |
| System Version: Mac OS X 10.6.5 | |
| Kernel Version: Darwin 10.5.0 | |
| Install notes for PostgreSQL 9.0.1 install using Homebrew: | |
| sh-3.2# brew install postgresql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * <p>This LoginModule aims at using the default tomcat-users.xml file for authenticating and provisioning roles to a | |
| * user.</p> | |
| * <p/> | |
| * <p>This login module is indented to be wrapped by the CDILoginModule provided by TomEE. So that it's possible to | |
| * get the Tomcat UserDatabase using a common injection.</p> | |
| * <p/> | |
| * <p>Configuration in Tomcat/TomEE</p> |