RE: Measuring MYSQL Performance

2001-12-28 Thread Veda Narayanan
Rams,    We wrote a quick tools to get the system utilisation for the java process. Its very easy. We used the jni to get the required info by executing top command and dumping it into a file in a seperate thread.     Do you manage to get any info on performanc

Re: webapp-module - Apache + Tomcat

2001-12-28 Thread Cynthia Jeness
Henrique, What specific problem are you having? If you go to the URL below, you will see the "How-To" that I recently put together on my experience dealing with "mod_webapp". http://www.ajug.org/howto/tomcat4.html Some of this documentation is specific to the AJUG (Atlanta Java Users Group

webapp-module - Apache + Tomcat

2001-12-28 Thread Luiz Henrique Moraes
I am using Apache 1.3.20 and Tomcat 4.0.1 with webapp-module-1.0-tc40 it. I developed one servlet to carry through upload of pictures. A problem in the connector exists and I do not obtain to carry through upload of binary archive. Some idea to resolve the problem? Regards,