OPI Blog
Learn from experts in their fields

Browsing Tags: Tomcat

Grails Config Values Per Tomcat Host
Sometimes in a Grails application it is necessary to have configuration values available at the Tomcat Host level. An example of such a situation would be needing multiple Hosts in a single Tomcat instance all ...
Tomcat v7 Parallel Deployment
The Apache Tomcat v7 brings with it a feature called Parallel Deployment, which allows deploying more than one application to the same context. This feature allows any activities going on with a session-based application to continue interacting with the “old” version even as a new version is deployed. This results in an effective zero-downtime solution, as long as your app behaves....
Configuring Eclipse to support WTP for Maven web projects
You want your Eclipse project to integrate with Maven for build and dependency management but you also want to utilize WTP (Web Tools Platform) support for web app development. It seems like it should work ...
Integrating OpenSSO/OpenAM with Liferay Portal on Tomcat
This article will demonstrate how to integrate OpenSSO/OpenAM with Liferay Portal to achieve single-signon. Liferay Portal and OpenSSO both require a minimum 1.5 JVM, but I would recommend using Java 6 (as Java 1.5 reached ...
Mar 1, 2010
Updating or Starting Spring 3.0 Project
For those with Spring projects already in progress, as well as those starting new projects, a number of new features are available, and some changes must be made to take advantage of them. It is strongly recommended that the full release with documents is downloaded as the changes are sweeping and sometimes drastic. ...
Jan 18, 2010
Subversion and Hudson From “Scratch”
Here we’ll try to get a Hudson Continuous Integration server building from a monitored Subversion directory by adding these softwares and their Apache HTTP and Tomcat hosts. Assumptions Much of this discussion assumes you’re working ...