Hi! Did you use HttpSessions? It looks like stored sessions can't be deserialized (I think its ok, they get loaded by another ClassLoader) So, try to delete Tomcat work files (jakarta-tomcat-4.0.1\work\YOUR_APP or just SESSIONS.ser there)
(don't blame me if you aren't going to backup them :) ) Anton > Hello all of you, > I have a peculiar problem while > running my web application. This webapplication > communicates with a corba server for which i use the > visibroker ORB jar files. Now when i place these jar > files in my jakarta-tomcat-4.0.1\common\lib folder the > application works fine. However when i place the jar > files in the > webapp\WEB-INF\lib folder the following error crops > up. Please do let me know where i am going wrong > because the specifications mention that the class > loader searches for jar files in the > webapp\WEB-INF\lib folder and it would be better to > place them here for proper deployment. > > > > java.lang.IncompatibleClassChangeError -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
