HTML from a bean?

2000-02-19 Thread John Parrish
What is the preferred method of generating HTML back to a JSP page from a bean? I was thinking about possibly returning a String array containing lines to be outputted and having JSP code loop and print. My scenario would be a bean that executes an SQL query and generates and HTML table with the r

Re: ip address

2000-02-18 Thread John Parrish
<%= request.getRemoteAddr() %> Regards - John === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org

Re: Stress Test

2000-02-11 Thread John Parrish
Try http://java.apache.org and take a look at JMeter. You would need to run it on more than one machine to simulate 200 concurrent requests, but JMeter is basically built for doing just what you are looking to do. Regards John Parrish -Original Message- From: A mailing list about Java

Re: Jsp and apache

2000-02-09 Thread John Parrish
up Tomcat, fired up Apache and whammo http://myhost/examples were there and all JSP/Servlets were working fine. I included the Tomcat+Apache HOWTO below. Regards John Parrish Tomcat+Apache HOWTO by Costin Manolache <[EM