RE: IllegalStateException

2002-01-28 Thread Robert Winningham
No bites on that one either. Here's another question along the same lines... Are the following equivalent: config.getServletContext().getRequestDispatcher("/test.jsp").forward(req uest,response); and -Original Message----- From: Robert Winningham Sent: Monday, Januar

IllegalStateException

2002-01-28 Thread Robert Winningham
I am experiencing a problem in Tomcat v4.0.1 that did not exist in v3.2.x. Last week, I ported a web application from v3.2.3 to v4.0.1, and I noticed that the logs grew very rapidly. It seemed that every time a user would access a .jsp page, an IllegalStateException would be thrown. I narrowed