Documentation

 

Installation Guides



Tomcat v5.5 and above

Tomcat v5.0 and below

Jetty (all versions)

Resin v3

JBoss

Glassfish 2

Standalone


Below is an alternative installation guide for Tomcat, if you do not wish to be able to access your pools via JNDI, but programmatically find them using code in your application.
This has the benefit of not adding an entry into server.xml for each pool, but has the downside of having to write some custom code to get a connection to each pool.
Tomcat v5.5 and above ::: Tomcat v5.0 and below

 

General Primrose Configuration



primrose.config (poolConfig.properties)

Password encryption in primrose config

Primrose shutdown via servlet

External Config Provider (use your own class to provide primrose with pool configuration)

How to turn on debug