Hi,
    Thanks for all the reply of problem in using out.println in method. :)
    I have another question is that, what is the max number of concurrent
access to tomcat? Currently there's a IIS server with tomcat installed, and
around 300 ppl having their own account is using the server. From the admin
reply, he said that tomcat can't handle such number of request n need to
restart the tomcat everytime (because of compiling??) when users ftp their new
files and replace the old one? It is because there might got problem in the
server (what the admin reply). May I know that whether it's like that? or
because of some other reason?
    Thanks ...  :)


regards,
Wayne


Quoting Shawn Zhu <[EMAIL PROTECTED]>:

> No need to do that, Wayne. =)
>
> Just redefine your public method to include the (JspWriter out)
> <%! void aF(JspWriter out){
>         out.println("testing");
>     }
> %>
> ...
> <% aF(out); %>
>


-------------------------------------------------
Everyone should have http://www.freedom2surf.net/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to