Hi Shrileckha, sorry, I didn't know that you are running Tomcat from inside Eclipse with the security manager disabled. (You might want to consider mentioning this in future posts. ;))
It seems quite possible that your problem has nothing to do with the restlet-framework but rather with your particular setup of Eclipse/Tomcat. I'm sorry to say that I cannot help you with that. Maybe someone else on this list can, or you could try on the Tomcat and/or Eclipse lists which seem to be more specific for your particular setup. In any case: I would be interested to know if and how you were able to solve your problem! Best of luck, Stefan On Wed, May 19, 2010 at 4:44 PM, Shrileckha Chaithanya <[email protected]> wrote: > > Hi Stefan... > > I don't run tomcat with Security Manager. I run tomcat using eclipse. Do you > think then also it is a problem? > But still I have entered the following entry as described in the link: > //The permissions granted to the context WEB-INF/classes directory > grant codeBase > "file:${catalina.home}/webapps/MyRestApplication/WEB-INF/classes/-" { > permission java.security.AllPermission; > }; > > //The permissions granted to the context WEB-INF/lib directory > grant codeBase > "file:${catalina.home}/webapps/MyRestApplication/WEB-INF/lib/-" { > permission java.security.AllPermission; > }; > > pls advice. > > Thanks, > Shrileckha Chaithanya > > > > -- > View this message in context: > http://restlet-discuss.1400322.n2.nabble.com/Getting-java-lang-NoClassDefFoundError-org-apache-commons-httpclient-HttpConnectionManager-tp5070589p5075270.html > Sent from the Restlet Discuss mailing list archive at Nabble.com. > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2610863 -- Stefan Ukena Röhrigstraße 1 22763 Hamburg ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2610905

