public marks

PUBLIC MARKS from holyver with tags doc & apache

03 September 2007 22:00

Introducing the Java Content Repository API

(via)
There are several approaches that I could take when discussing the JCR. In this article, I examine the features offered by the JSR-170 specification from a developer's perspective, focusing on the available API and the interfaces that allow a programmer to efficiently use the JSR-170 repository in designing a content application. As an artificial example, I'll implement a trivial back end for a Wikipedia-like encyclopedia system, called JCRWiki, with support for binary content, versioning, backup, and search. I use Apache Jackrabbit, an open source implementation of JSR-170, to develop this application.

30 August 2007 22:00

Apache Jackrabbit - Jackrabbit Deployment Models

JSR-170 explicitly allows for numerous different deployment models, meaning that it is entirely up to the repository implementation to suggest certain models. Jackrabbit is built to support a variety of different deployment models, some of the possibilities on how to deploy Jackrabbit will be outlined here...

12 October 2006 23:00

The Apache Tomcat Connector - FAQ

General Informations and FAQ about JK. JK is a project covering web-servers to Tomcat connectors, whereas mod_jk is the Apache module developed in JK.JK is a project covering web-servers to Tomcat connectors, whereas mod_jk is the Apache module developed in JK.

12 October 2006 22:00

Comparing Apache Tomcat Performance Across Platforms @ LINUX.SYS-CON.COM

We have measured performance information to distinguish the differences between the Windows and Linux platforms. Given comparable hardware we found the performance differences almost trivial.

12 October 2006 21:00

Servlet Performance Report: Comparing Apache Tomcat Performance Across Platforms

(via)
This first part of this article measures performance information in order to distinguish the differences evident between the Windows® and Linux platforms. We find that given comparable hardware the performance differences introduced are almost trivial. When the server was pressed to capacity, our Windows installation was forced turn away some traffic with minimal alteration in serviced performance, whereas our Linux installation elected to service nearly all connections at the cost of introducing latency. However, prior to reaching capacity, our Linux server appeared on average to be capable of servicing connections at a slightly faster rate than our Windows server.

12 October 2006 20:00

Fronting Tomcat with Apache or IIS - Best practices

(via)
Running cluster of Tomcat servers behind the Web server can be demanding task if you wish to archive maximum performance and stability. This article describes best practices how to accomplish that.