Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: Problems with Tomcat 3.2.1 under load serving jsps on NT?


Message #1 by "Harry Singh" <hsingh@v...> on Sat, 16 Jun 2001 02:53:24
Check if ur connections with the database are closed.
con.close();
--- Harry Singh <hsingh@v...> wrote:
> There is a configuration in the server.xml file
> which sets up the # 
> threads in the thread pool. Look at the end of 
>
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html
> 
> under the section describing "Using a thread pool in
> your connectors". 
> Tuning these params seems to fix my problem... :)
> 
> Harry
> 
> 
> 
> 
> > Hi,
> > 
> > We are running Tomcat 3.2.1 standalone on NT 4.
> Executing the 
> >
>
http://localhost:8080/examples/jsp/include/include.jsp
> example seems to 
> > work fine for small loads. This is one of the
> examples that comes with 
> > Tomcat when you install it.
> > 
> > If we load up the server using "LoadRunner" from
> Mercury Interactive 
> using 
> > 100 concurrent users opening & closing this web
> page 500 times each we 
> > start getting Error 500's. The log on Tomcat shows
> the following 
> > exceptions:
> > 
> > Any ideas on what might be causing this?
> > 
> > Thanks,
> > 
> > Harry.
> > 
> 

  Return to Index