Re: JSP page processing time

2004-06-04 Thread alu, artifex
maybe have a look at the sources of the tomcat manager webapplication, i think it has a comparable feature implemented. mfg alu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JSP page processing time

2004-06-03 Thread Emre
Is there a method or variable that I can use in a JSP page to display how long it took to process that page. I know PHP has something like that. Does Tomcat have a similar thing for JSPs? Thanx

RE: JSP page processing time

2004-06-03 Thread Frank Zammetti
(); System.out.println(Execution time: + (l2 - l1)); Make sure it's outside any logic, i.e, that both portions will always execute, and it should do the trick. Frank From: Emre [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JSP page processing time Date