Hi, When I want to access to the web MDS in tomcat 5.5.26 it give me the following error : "java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/Channel"
I resolved the problem in downloading the concurrent package from http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html, compiling and adding to the jar to the lib directory of WEB-INF in webmds directory. Is it really the correct answer ? Regards, Maxime.
