Re: Multiple problems with Tomcat and Struts

2007-12-12 Thread Uma Kalluru
other user can use the application after the error. Any idea on this? Thanks Uma On Dec 13, 2007 3:38 AM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Uma, > > Uma Kalluru wrote: > > I am using Struts1.x wit

Multiple problems with Tomcat and Struts

2007-12-12 Thread Uma Kalluru
Hi, I am using Struts1.x with Tomcat 5.5 and I see lots of problems in the log file. Actually I am using Struts data source manager to create connection pool at the startup of the server. The application works fine for some time but after some time the connection object is null. I am not sure how

Problem calling a servlet

2007-11-24 Thread Uma Kalluru
Hi, I have a servlet defined in web.xml and this is how I defined it controllerServlet tests.servlets.ControllerServlet controllerServlet /control I am trying to call this servlet from a JSP page using HTML form. Th

IOException: Stream closed

2007-11-22 Thread Uma Kalluru
Hi, I am using Tomcat 5.5 and I am facing the following error. Can someone help me with this error? I searched Google to find a solution but could not get any valid answers. The interesting part is I don't get this error with Tomcat 5.0.28. 2007-11-19 01:46:42,774 ERROR [TP-Processor3986] core.Ap

When will a servlet be un loaded

2007-11-01 Thread Uma Kalluru
Hi, If I specify a servlet to load-on-start, when will the container unload this servlet? Does the container un-load the servlet when the Servlet has no incoming requests? If I need the servlet to be unloaded only when the container stops, how do I do this? Thanks Uma

Problem with loading images using welcome file

2007-10-30 Thread Uma Kalluru
Hi, I have an index.jsp page with just one image in it. This is the source of my index.jsp My index.jsp is stored in "jsp" folder. Here is the view of my context /test jsp/index.jsp images/add.gif WEB-INF/ ... I am trying to use welcome-file and display this index.jsp page when the user reque