Category Archives: Tomcat

Implementing Web AIM Client

Here are some notes when I was struggling to develop a web AIM client: 1. Download AIM SDK, both Windows and Linux In Linux environment, you may already have NSS/NSPR libraries installed, if not following instructions to install it. You … Continue reading

Posted in Java, Tomcat | Tagged | 10 Comments

Maximum Connections for Tomcat, Apache and Comet

I struggled to find out why my server broke down frequently these days. And I think I found it. My Apache HTTP server was configured with MaxClients at 50, the default AJP connector’s connections number was about 15, and the … Continue reading

Posted in Comet, Tomcat, httpd | Leave a comment

AJP Connector Breaks Down Apache HTTP Server

Recently, my Apache HTTP server was broken down twice. The scenario was when visiting a page, it was just waiting there, blank. And I checked the server through SSH and saw that there was a lot (about 50) of inner … Continue reading

Posted in Comet, Google Talk, Tomcat, httpd | 1 Comment

Ridiculous mod_jk Problem with Flush Method

I am writing Java2Script’s Google Talk, and it uses a mode of continuation (also known as “Comet” application). In order to implement continuum data transfer between browser and server ( Tomcat in the backend ), I kept the HTTP connection … Continue reading

Posted in AJAX, Tomcat, httpd | Leave a comment