While trying to enable Spring DM with web support on virgo-tomcat-server-3.0.2.RELEASE, I get the exception:
ERROR WebExtender-Init
org.springframework.osgi.web.deployer.tomcat.TomcatWarDeployer
No Catalina Service found, bailing out
org.springframework.osgi.service.ServiceUnavailableException:
service matching filter=[(objectClass=org.apache.catalina.Service)] unavailable
These are the bundles I added to the server:
- catalina.osgi-5.5.23-SNAPSHOT.jar
- catalina.start.osgi-1.0.0.jar
- spring-osgi-web-1.2.1.jar
- spring-osgi-web-extender-1.2.1.jar
Has anybody had this error before?
Thank you.