I am importing sample.http from http://www.eclipse.org/equinox/server/http_in_container.php into eclipse , using tomcat 7 as server (linux platform). It shows several problems such as :
BundleActivator cannot be resolved to a type
No available bundle exports package 'javax.servlet.http'
and several such errors due to plugin dependencies not being imported. (If I try with tomcat 6,it works). Can someone point out what changes I should make for making the dependencies compatible with tomcat 7 ?