Links

Cargo: wrapper to manipulate Java EE containers

Cargo is often used to deploy applications to containers from ant or maven builds. Cargo can install the container and dependencies needed for your deployment as well.

Cargo provides the following Tools and APIs:
* A Java API to start/stop/configure Java Containers and deploy modules into them.
* A Java API to parse/create/merge Java EE Modules
* Ant tasks and Maven 2/Maven 3 plugins.

Supported Containers:
* Geronimo
* Glassfish
* JBoss
* Jetty
* Jo!
* JOnAS
* JRun
* Orion/OC4J
* Resin
* Tomcat
* WebLogic

http://cargo.codehaus.org/

Filed under  //   codehaus   container   deployment   java   jee   jetty   opensource   servlets   tomcat   war  
Posted February 11, 2011 by email 

Tomcat MemoryLeakProtection

Tomcat's new memory leak prevention and detection
http://www.tomcatexpert.com/blog/2010/04/06/tomcats-new-memory-leak-preventio...

Notes regarding implementation of Tomcats MemoryLeakProtection
http://wiki.apache.org/tomcat/MemoryLeakProtection

JreMemoryLeakPreventionListener
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMe...

Filed under  //   java   leak   memory   tomcat   webapp  
Posted April 7, 2010 by email 

Clustering Grails

Clustering Grails with Tomcat, MySQL, Quartz, Spring Security

Contains hints regarding query cache.

http://burtbeckwith.com/blog/?p=244
http://burtbeckwith.com/blog/files/238/Clustering.A.Grails.Application.For.Sc...

Filed under  //   cache   cluster   grails   mysql   quartz   tomcat  
Posted December 21, 2009 by email