hi, even i faced this problem in tc 3.2.1. I had upgraded my jdk from 1.3 to 1.4 and used servlet2.3 jar instead of servlet 2.2 jar. And after that the same error used to come. I think this is since the format for web.xml is changed. In that the <servlet></servlet> tags have to come together and <servlet-mapping></servlet-mapping> have to be same. You try changing your context web.xml file.
For more info, check out the dtd http://java.sun.com/dtd/web-app_2_3.dtd. Regards, Vikram. -----Original Message----- From: jose saloio [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 8:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Error : Why IllegalStateException ? I have this error: Current state = FLUSHED, new state = CODING 7-10 11:09:48 - Ctx( /test): IllegalStateException in: R( /test+) Current state = FLUSHED, new state = CODING 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+) Current state = FLUSHED, new state = CODING 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+) ++ again others !!! For stop this message, I must to stop Tomcat3.2.4. I don't understand why have I this error message and how can I solve this problem. Thank you, jose. _________________________________________________________________ Affichez, modifiez et partagez gratuitement vos photos en ligne: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
