I am trying to get Flex to run on a Coldfusion instance on Jrun. I've been
able to successfully integrate Flex and CF on a Windows box using the MM
instructions at:

http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&file=00000903.htm


and 

http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

However, when I tried to follow the same instructions for merging Flex and
CF on a Solaris box, I am constantly getting grief.

I've merged, re-merged, re-re-mereged the web.xml carefully, and find that
the following nodes in web.xml (post merge) cause grief.

       <filter-mapping>
                <filter-name>FlexCacheFilter</filter-name>
                <servlet-name>FlexSwfServlet</servlet-name>
        </filter-mapping>

      <filter-mapping>
                <filter-name>FlexCacheFilter</filter-name>
                <servlet-name>FlexMxmlServlet</servlet-name>
      </filter-mapping>

The error I get is: 

Error loading class for Filter FlexCacheFilter: Filter is disabled.
[1]java.lang.ClassNotFoundException: flex.cache.CacheFilter

Coldfusion starts up, but I can't view .mxml files. These simply return
the content of the .mxml file as text.

Browsing to cfm file that imports the flex libraries causes the following
error:

Could not import the tag library specified by
"/WEB-INF/lib/flex-bootstrap.jar".


What could I be doing wrong? I've followed the MM instructions religiously
(and when I had given up, not-so-religiously)...

Has anyone been able to successfully merge Flex with CF on Solaris? If
yes, can you please help by sending the web.xml?

Thanks in advance.

Indy



---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to