I'm having quite some problems getting my AppFuse based application to run inside an Eclipse controlled Tomcat instance. The problem is that somehow the Spring dispatcher is never instantiated. As I understand it eclipse created a tomcat webapp under .metadata/.plugins/org.eclipse.wst.server.core/tmp0/, but I never see the configuration files in that directory.
Is there something I'm doing wrong?