Apache/Tomcat HELP!

Status
Not open for further replies.

david5182

Posts: 44   +0
Dear people, I am taking this elective Web Admin class that I hate. Don't even know why I took it. Anyway, if anyone has any experience with this kind of stuff, please help me. It will be greatly appreciated.

This is what needs to be done:

With 2 concurent users and 50 requests, give the Time Per Request in milli seconds for each of the following:

1. CGI Running on Apache (using cgiTest on APACHE port)

2. Apache Web Server Tomcat for Servlets(using servletTest on APACHE port). Give the mean time per request across ALL concurrent requests.

3. Apache Web Server Tomcat for JSP(using jspTest on APACHE port). Give the mean time per request across ALL concurrent requests.

4.Tomcat Web Server for Servlets(using servletTest on TOMCAT Web port) Give the mean time per request across ALL concurrent requests.

5.Tomcat Web Server for JSP.(using jspTest on TOMCAT Web port). Give the mean time per request across ALL concurrent requests.

If anyone has any slightest idea of what those timings might be, please tell me or PM me.

Thank you very much!
 
Status
Not open for further replies.
Back