I'm trying to deploy a simple CF8 application on Tomcat 5.5
as a WAR file. I've done the export of the app from the CF Admin as
a WAR file and copied it over to my Tomcat webapps directory. When
I first tried to start Tomcat, I got an error related to the
"*.cfml/*" servlet-mappings in web.xml, so I commented those out
based on a post I found elsewhere. But now I'm getting this error,
and I can't figure out why:
javax.servlet.ServletException: Invalid configuration at line 2 in file /usr/local/apache-tomcat-5.5.23/webapps/wishlist/WEB-INF/flex/flex-config.xml - cvc-elt.1: Cannot find the declaration of element 'flex-config'.
at flex.server.j2ee.cache.CacheFilter.setupFlexService(CacheFilter.java:93)
The flex/flex-config.xml file is there, and line 2 reads:
<flex-config xmlns="http://www.adobe.com/2006/flex-config">
Are there other manual edits I need to make in order to get this to work? If Flex is the problem, can I disable it from being included in the WAR? Has anyone done this (putting a ColdFusion WAR file on Tomcat)?
javax.servlet.ServletException: Invalid configuration at line 2 in file /usr/local/apache-tomcat-5.5.23/webapps/wishlist/WEB-INF/flex/flex-config.xml - cvc-elt.1: Cannot find the declaration of element 'flex-config'.
at flex.server.j2ee.cache.CacheFilter.setupFlexService(CacheFilter.java:93)
The flex/flex-config.xml file is there, and line 2 reads:
<flex-config xmlns="http://www.adobe.com/2006/flex-config">
Are there other manual edits I need to make in order to get this to work? If Flex is the problem, can I disable it from being included in the WAR? Has anyone done this (putting a ColdFusion WAR file on Tomcat)?