DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17162>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17162 Cannot catch IllegalStateException with web.xml after exceeding maxActiveSessions limit ------- Additional Comments From [EMAIL PROTECTED] 2003-02-20 14:39 ------- I found my problem. My web.xml was working properly but I had been directing it to a JSP. I found out that JSPs by default use a session. So I was receiving the IllegalStateException a second time from directing to a JSP. When I directed to an HTML it works fine (or I guess a JSP with the tag <%@ page session="false" %>. My apologies. Nonetheless thank you for your time and once again for this product. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]