Hi João,
I saw the zip file on this one,and I am trying to
configure flex & cf now. I tried before to set up a
server on JRun, but no luck. Hopefully, this time will
not break cf on me again.

I will let you know how things works out,and thanks so
much for your help. I have had so much trouble with
this, and hopefully my next mail will be me saying, I
finally got it to work!

Thanks again,
John

--- João Fernandes <[EMAIL PROTECTED]> wrote:

> Well its a bit like CF + Flex 1.5.
>

>
> Were is the way I used.
>

>
> 1)      Create a new cf instance and stop it when
> done.
>
> 2)      Expand the flex.war file to a temp folder.
>
> 3)      Copy from the tempfolder/WEB-INF/flex folder
> to the
> /yourinstance/cfusion.ear/cfusion.war/WEB-INF/flex
> folder.
>
> 4)      Copy from the tempfolder/WEB-INF/lib this
> files:  cfdataservicesadapter.jar,
> cfgatewayadapter.jar, commons.httpclient.jar and
> concurrent.jar into
>
/yourinstance/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib
> folder
>
> 5)      Copy from the tempfolder/WEB-INF/lib
> flex-boostrap.jar  into /cfusion.war/WEB-INF/lib.
>
> 6)      Replace the
> /yourinstance/cfusion.ear/cfusion.war/WEB-INF with
> mine
>
> 7)      Unzip flex.zip into
> /yourinstance/cfusion.ear/cfusion.war/WEB-INF/flex
>

>
> The web.xml is the merged file from cf + FDS.
>
> The zip file contains cfdataservices, cfmessaging
> and cf-amf enabled already.
>

>
> HTH,
>

>
> João Fernandes
> Dep. Informática - Área de Desenvolvimento
> Cofina media
>
> Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa
> PORTUGAL
> Tel (+351) 213 185 200 . Fax (+351) 213 540 370
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>

>
> ________________________________
>
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Paul Hastings
> Sent: quarta-feira, 10 de Maio de 2006 10:52
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] cf flex intergration
>

>
> Dirk Eismann wrote:
> > Yes, it works.
> >
> > You can either run FDS under the same server
> instance CF is running
> > under or create a new server and deploy the FDS
> application there.
>
> ok, i'm game. how exactly? is that documented?
>
> thanks guys.
>
>
> --
> Flexcoders Mailing List
> FAQ:
>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>
>
> SPONSORED LINKS
>
> Web site design development
>
<http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>

>
> Computer software development
>
<http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>

>
> Software design and development
>
<http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>

>
> Macromedia flex
>
<http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw>

>
> Software development best practice
>
<http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>

>

>

>
> ________________________________
>
> YAHOO! GROUPS LINKS
>

>
> *      Visit your group "flexcoders
> <http://groups.yahoo.com/group/flexcoders> " on the
> web.
>        
> *      To unsubscribe from this group, send an email to:
>       [EMAIL PROTECTED]
>
<mailto:[EMAIL PROTECTED]>
>
>        
> *      Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>

>
> ________________________________
>
> > <?xml version="1.0" encoding="UTF-8"?>
>
> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems,
> Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd">
>
> <web-app>
>     <display-name>Flex Data Services</display-name>
>     <description>Flex Data Services
> Application</description>
>
>     <context-param>
>         <param-name>flex.class.path</param-name>
>       
>
<param-value>/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars</param-value>
>     </context-param>
>
>     <servlet>
>         <servlet-name>FileServlet</servlet-name>
>         <description>This servlet may override a
> corresponding FileServlet in
> SERVER-INF/default-web.xml.If removed, the servlet
> in default-web.xml will be used.</description>
>       
>
<servlet-class>jrun.servlet.file.FileServlet</servlet-class>
>         <init-param>
>             <param-name>browseDirs</param-name>
>             <param-value>true</param-value>
>         </init-param>
>     </servlet>
>
>     <!-- MessageBroker Servlet -->
>     <servlet>
>       
> <servlet-name>MessageBrokerServlet</servlet-name>
>       
> <display-name>MessageBrokerServlet</display-name>
>       
>
<servlet-class>flex.messaging.MessageBrokerServlet</servlet-class>
>         <init-param>
>           
> <param-name>services.configuration.file</param-name>
>           
>
<param-value>/WEB-INF/flex/flex-enterprise-services.xml</param-value>
>        </init-param>
>         <load-on-startup>1</load-on-startup>
>     </servlet>
>
>     <servlet>
>         <servlet-name>FlexMxmlServlet</servlet-name>
>         <display-name>MXML Processor</display-name>
>         <description>Servlet wrapper for the Mxml
> Compiler</description>
>       
>
<servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
>         <init-param>
>             <param-name>servlet.class</param-name>
>           
>
<param-value>flex2.server.j2ee.MxmlServlet</param-value>
>         </init-param>
>         <init-param>
>           
> <param-name>webtier.configuration.file</param-name>
>           
>
<param-value>/WEB-INF/flex/flex-webtier-config.xml</param-value>
>         </init-param>
>        <load-on-startup>1</load-on-startup>
>     </servlet>
>
>     <servlet>
>         <servlet-name>FlexSwfServlet</servlet-name>
>         <display-name>SWF Retriever</display-name>
>       
>
<servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
>         <init-param>
>             <param-name>servlet.class</param-name>
>           
>
<param-value>flex2.server.j2ee.SwfServlet</param-value>
>         </init-param>
>         <!-- SwfServlet must be initialized after
> MxmlServlet -->
>         <load-on-startup>2</load-on-startup>
>     </servlet>
>
>     <servlet>
>       
> <servlet-name>FlexInternalServlet</servlet-name>
>       
>
<servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
>         <init-param>
>             <param-name>servlet.class</param-name>
>           
>
<param-value>flex.server.j2ee.filemanager.FileManagerServlet</param-value>
>         </init-param>
>         <load-on-startup>10</load-on-startup>
>     </servlet>
>
>     <servlet-mapping>
>       
> <servlet-name>MessageBrokerServlet</servlet-name>
>         <url-pattern>/messagebroker/*</url-pattern>
>     </servlet-mapping>
>
>     <servlet-mapping>
>         <servlet-name>FlexMxmlServlet</servlet-name>
>         <url-pattern>*.mxml</url-pattern>
>     </servlet-mapping>
>
>     <servlet-mapping>
>         <servlet-name>FlexSwfServlet</servlet-name>
>         <url-pattern>*.swf</url-pattern>
>     </servlet-mapping>
>
>     <servlet-mapping>
>       
> <servlet-name>FlexInternalServlet</servlet-name>
>         <url-pattern>/flex-internal/*</url-pattern>
>     </servlet-mapping>
>
>     <welcome-file-list>
>         <welcome-file>index.html</welcome-file>
>         <welcome-file>index.htm</welcome-file>
>     </welcome-file-list>
>
>     <!-- for WebSphere deployment, please uncomment
> -->
>     <!--
>     <resource-ref>
>         <description>Flex Messaging
> WorkManager</description>
>       
> <res-ref-name>wm/MessagingWorkManager</res-ref-name>
>       
>
<res-type>com.ibm.websphere.asynchbeans.WorkManager</res-type>
>         <res-auth>Container</res-auth>
>       
> <res-sharing-scope>Shareable</res-sharing-scope>
>     </resource-ref>
>     -->
>
> </web-app>
>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to