Skip to content

Instantly share code, notes, and snippets.

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
/**
* <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>