RE: [flexcoders] Re: Flex Install on IIS

2005-08-04 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS










Alright, I guess I need to give up hope.
Re-installed everything from scratch, followed instructions line by line and
the result is the same server error. I am surprised no one ever ran into this,
which means that theres something wrong with the way my environment is
setup. I just cant find the problem.



Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha
Sent: Wednesday, August 03, 2005
6:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex
Install on IIS





Tariq,



I am not sure if you got my last email. I
have uninstalled CFMX, Flex and reinstalling CF. What is the best resource
available to install flex to work with CF under IIS (no MM Docs)



Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed
Sent: Wednesday, August 03, 2005
4:53 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex
Install on IIS





Hmmm.. well I would say try Ben and Peter's web.xml
file:
http://www.cflex.net/showfiledetails.cfm?ObjectID=177

If that doesn't work... If it's not too painful, I probably would uninstall
everything and re-install from fresh and meticulously go through the steps.
Otherwise you can spend forever trying to troubleshoot this.



Mehdi, Agha wrote: 

There
are no errors in the CF Logs. The server is running secure certificate. Can
that be an issue? Can CF 7 be an issue (I seriously doubt that one)

Agha
Mehdi 
IDT - eBusiness Program Manager

-Original Message-

From: João Fernandes [mailto:flexcoders@yahoogroups.com]
On Behalf Of João Fernandes 
Sent: Wednesday, August 03, 2005 4:15
PM 
To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex
Install on IIS 

Did
you take a look at your coldfusion instance logs? 

does
it have any errors? 



-Original
Message- 
From: flexcoders@yahoogroups.com on
behalf of Mehdi, Agha 
Sent: Wed 03-Aug-05 9:33 PM

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex Install
on IIS 
 
Tariq, 




Same
thing. I set to execute Scripts and Executables. João, Yeah, I did copy

the lib from flex.war to CF
environment. 




Thanks


Agha
Mehdi 
IDT - eBusiness Program Manager 


_ 

From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On 
Behalf Of Tariq Ahmed

Sent: Wednesday, August 03, 2005
12:27 PM 
To: flexcoders@yahoogroups.com

Subject: Re: [flexcoders] Re: Flex
Install on IIS 




One
other thing. Try setting your Execute Permissions to Scripts and 
Executables. 



Mehdi,
Agha wrote: 

That's
exactly where I have the flex files. 

Agha
Mehdi 
IDT - eBusiness Program Manager 

-Original
Message- 
From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com

[mailto:flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
] On 
Behalf Of charlespaz1 
Sent: Wednesday, August 03, 2005
11:57 AM 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com

Subject: [flexcoders] Re: Flex
Install on IIS 

If
you are running Standalone Install of ColdFusion and integrated 
Flex, you need to put the Flex
files in your ISS webroot (default 
c:\inetpub\wwwroot) 

---
In flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
, 
Mehdi, Agha mailto:[EMAIL PROTECTED]... [EMAIL PROTECTED] wrote: 
 Alright, I followed all the
steps listed here 
 
 
 
 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

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




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

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

 
 , restarted CF server, made
sure CF was running fine after merging 
web.xml 
 files. Created a sample file
under CF web root in IIS 

c:\inetpub\wwwroot\[appname]\test\index.mxml. Created the mapping in 
IIS for 
 .mxml and .swf, tried to run
it and got the following error. Any ideas? 
 
 
 
 
 Server Error 
 
 _ 



--

Flexcoders Mailing List

FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

http://www.mail-archive.com/flexcoders%40yahoogroups.com





_ 

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! 
http://docs.yahoo.com/info/terms/
Terms of Service. 





_ 











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

RE: [flexcoders] Re: Flex Install on IIS

2005-08-04 Thread João Fernandes
Title: RE: [flexcoders] Re: Flex Install on IIS










How i did proceed to
install cf+flex in our dev server.



1)
Install CF Enterprise multi-server option.

2)
Create a new instance of cf (cflex )

3)
Stopped the instance

4)
Installed Flex

5)
Unzipped Flex war file

6)
Copied flex folder under web-inf folder of the cflex server instance

7)
Copied lib files to web-inf/lib folder

8)
Set log to false in the flex-config.xml (/web-inf/flex)

9)
Replaced web.xml with the one of cflex.net (http://www.cflex.net/ChannelFiles/1/web.xml)

10)
Started cflex server instance

11)
Created a new iis website for the new server (not really necessary)

12)
Executed wsconfig under /{Jrun_home}/bin

13)
Mapped cflex to my website and checked configure webserver for CF.

14)
(I removed the default bind that was configured to all websites 
installation default)

15)
Went to my website and added mxml, as,etc mappings to the
corresponding dll (if you have more than 1 folder under /{jrun_home}/lib/wsconfig/
you can know wich one by looking what cfm and cfcs are mapped to.

16)
Restarted IIS 



    It worked for
me





João Fernandes

Secção de Desenvolvimento

Departamento de Informática











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED]ahoogroups.com] On Behalf Of Mehdi,
Agha
Sent: quinta-feira, 4 de Agosto de
2005 17:42
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex
Install on IIS





Alright, I guess I need
to give up hope. Re-installed everything from scratch, followed instructions
line by line and the result is the same server error. I am surprised no one
ever ran into this, which means that theres something wrong with the way
my environment is setup. I just cant find the problem.



Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha
Sent: Wednesday, August 03, 2005
6:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex
Install on IIS





Tariq,



I am not sure if you got
my last email. I have uninstalled CFMX, Flex and reinstalling CF. What is the
best resource available to install flex to work with CF under IIS (no MM Docs)



Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed
Sent: Wednesday, August 03, 2005
4:53 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex
Install on IIS





Hmmm.. well I would say try Ben and Peter's
web.xml file:
http://www.cflex.net/showfiledetails.cfm?ObjectID=177

If that doesn't work... If it's not too painful, I probably would uninstall
everything and re-install from fresh and meticulously go through the steps.
Otherwise you can spend forever trying to troubleshoot this.



Mehdi, Agha wrote: 

There are no errors in the CF Logs. The server is
running secure certificate. Can that be an issue? Can CF 7 be an issue (I
seriously doubt that one)

Agha Mehdi 
IDT - eBusiness
Program Manager 
-Original
Message- 
From: João
Fernandes [mailto:flexcoders@yahoogroups.com]
On Behalf Of João Fernandes 
Sent: Wednesday,
August 03, 2005 4:15 PM 
To: flexcoders@yahoogroups.com 
Subject: RE:
[flexcoders] Re: Flex Install on IIS 

Did you take a look at your coldfusion instance logs? 

does it have any errors? 



-Original Message- 
From: flexcoders@yahoogroups.com on
behalf of Mehdi, Agha 
Sent: Wed
03-Aug-05 9:33 PM 
To: flexcoders@yahoogroups.com 
Subject: RE:
[flexcoders] Re: Flex Install on IIS 
 
Tariq, 

 

Same thing. I set to execute Scripts and Executables.
João, Yeah, I did copy 
the lib from
flex.war to CF environment. 

 

Thanks 

Agha Mehdi 
IDT - eBusiness
Program Manager 

 _ 

From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On 
Behalf Of Tariq
Ahmed 
Sent: Wednesday,
August 03, 2005 12:27 PM 
To: flexcoders@yahoogroups.com 
Subject: Re:
[flexcoders] Re: Flex Install on IIS 

 

One other thing. Try setting your Execute Permissions
to Scripts and 
Executables. 



Mehdi, Agha wrote: 

That's exactly where I have the flex files. 

Agha Mehdi 
IDT - eBusiness
Program Manager 

-Original Message- 
From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
] On 
Behalf Of
charlespaz1 
Sent: Wednesday,
August 03, 2005 11:57 AM 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com

Subject:
[flexcoders] Re: Flex Install on IIS 

If you are running Standalone Install of ColdFusion
and integrated 
Flex, you need to
put the Flex files in your ISS webroot (default 
c:\inetpub\wwwroot)


--- In flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
, 
Mehdi,
Agha mailto:[EMAIL PROTECTED]...
[EMAIL PROTECTED] wrote: 
 Alright, I
followed all the steps listed here 
 
 
 
 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

Re: [flexcoders] Re: Flex Install on IIS

2005-08-04 Thread Tariq Ahmed






To follow that up, same here. I've done the CF6.1 and CF7 on numerous
occasions and haven't had a problem (Win XP and Win2K Server, IIS5) . I
followed the MM instructions exactly:

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

And works like a charm. As Rob notes, I am doing this under the non
integrated CF (in CF7 the wizard calls this the Multiserver option I
think). 

Is there anything special about your machine? Multiple network cards,
multiple instances of IIS running, etc...? Are there any special
filters or plug-ins running on your IIS? If it's possible to remote
desktop into it I'd be willing to take a look.


Rob Rusher wrote:

  
  

  RE: [flexcoders] Re: Flex Install on IIS
  

  
  
  
  If you just
want to be able to have flex
apps and ColdFusion apps on the same IIS server, you would install
ColdFusion
as J2EE option. This will create a JRun installation with a cfusion
server. Run
the WSConfig to set CF to a site on IIS. Then install Flex and deploy
it as a
separate app on the JRun server installed with CF. Again run the
WSConfig, but
this time set the Flex app to a different site on IIS. They have to be
for
different sites in IIS (unless you do the flex embedded in CF, I think).
  
  I just
tested this on my server, so I
pretty sure it works.
  
  
  Regards,
  Rob
Rusher
  
  RIA
Consultant
  Macromedia
Certified Flex Instructor
  e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher
  
  
  
  
  From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
  On Behalf Of Mehdi,
Agha
  Sent: Thursday, August
04, 2005
12:42 PM
  To: flexcoders@yahoogroups.com
  Subject: RE:
[flexcoders] Re: Flex
Install on IIS
  
  
  Alright, I
guess I need to give up hope.
Re-installed everything from scratch, followed instructions line by
line and
the result is the same server error. I am surprised no one ever ran
into this,
which means that theres something wrong with the way my environment is
setup. I just cant find the problem.
  
  Thanks
  
  Agha Mehdi
  
  IDT -
eBusiness Program Manager 
  
  
  
  
  From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
  On Behalf Of Mehdi,
Agha
  Sent: Wednesday,
August 03, 2005
6:02 PM
  To: flexcoders@yahoogroups.com
  Subject: RE:
[flexcoders] Re: Flex
Install on IIS
  
  
  Tariq,
  
  I am not
sure if you got my last email. I
have uninstalled CFMX, Flex and reinstalling CF. What is the best
resource
available to install flex to work with CF under IIS (no MM Docs)
  
  Thanks
  
  Agha Mehdi
  
  IDT -
eBusiness Program Manager 
  
  
  
  
  From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
  On Behalf Of Tariq
Ahmed
  Sent: Wednesday,
August 03, 2005
4:53 PM
  To: flexcoders@yahoogroups.com
  Subject: Re:
[flexcoders] Re: Flex
Install on IIS
  
  
  Hmmm.. well I would say try
Ben and Peter's web.xml
file:
  http://www.cflex.net/showfiledetails.cfm?ObjectID=177
  
If that doesn't work... If it's not too painful, I probably would
uninstall
everything and re-install from fresh and meticulously go through the
steps.
Otherwise you can spend forever trying to troubleshoot this.
  
  
  
Mehdi, Agha wrote: 
  There
are no errors in the CF Logs. The server is running secure certificate.
Can
that be an issue? Can CF 7 be an issue (I seriously doubt that one)
  Agha
Mehdi 
  IDT - eBusiness Program
Manager
  
  -Original
Message-
  
  From: Joo Fernandes [mailto:flexcoders@yahoogroups.com]
On Behalf Of Joo Fernandes 
  Sent: Wednesday, August
03, 2005
4:15 PM 
  To: flexcoders@yahoogroups.com
  
  Subject: RE:
[flexcoders] Re: Flex
Install on IIS 
  Did
you take a look at your coldfusion instance logs? 
  does
it have any errors? 
  
  -Original
Message- 
  From: flexcoders@yahoogroups.com
on
behalf of Mehdi, Agha 
  Sent: Wed 03-Aug-05
9:33 PM
  
  To: flexcoders@yahoogroups.com
  
  Subject: RE:
[flexcoders] Re: Flex
Install on IIS 
   
  Tariq, 
  
  
  Same
thing. I set to execute Scripts and Executables. Joo, Yeah, I did copy
  
  the lib from flex.war
to CF
environment. 
  
  
  Thanks
  
  Agha
Mehdi 
  IDT - eBusiness Program
Manager 
  
_ 
  From:
  flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On 
  Behalf Of Tariq Ahmed
  
  Sent: Wednesday, August
03, 2005
12:27 PM 
  To: flexcoders@yahoogroups.com
  
  Subject: Re:
[flexcoders] Re: Flex
Install on IIS 
  
  
  One
other thing. Try setting your Execute Permissions to Scripts and
  
  Executables. 
  
  








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





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS







That's exactly where I have the flex files.


Agha Mehdi
IDT - eBusiness Program Manager


-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of charlespaz1
Sent: Wednesday, August 03, 2005 11:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Install on IIS


If you are running Standalone Install of ColdFusion and integrated
Flex, you need to put the Flex files in your ISS webroot (default
c:\inetpub\wwwroot)


--- In flexcoders@yahoogroups.com, Mehdi, Agha [EMAIL PROTECTED] wrote:
 Alright, I followed all the steps listed here
 
 
 

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

http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
 , restarted CF server, made sure CF was running fine after merging
web.xml
 files. Created a sample file under CF web root in IIS
 c:\inetpub\wwwroot\[appname]\test\index.mxml. Created the mapping in
IIS for
 .mxml and .swf, tried to run it and got the following error. Any ideas?
 
 
 
 
 Server Error 
 
 _ 
 
 
 Either the Macromedia application server is unreachable or it does
not have
 a mapping to process this request.
 
 
 
 Agha Mehdi 
 IDT - eBusiness Program Manager 
 
 _ 
 
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
 Behalf Of Battershall, Jeff
 Sent: Wednesday, August 03, 2005 9:54 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Install on IIS
 
 
 
 No, because you're running CF/Flex using a connector. If you're running
 CF/Flex integrated, your top level MXML files would reside right in your
 webroot of IIS. If you wish to build a mxml/AS class hierarchy,
these would
 normally reside in

c:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\flex\user_classes.
 You can change this location by editing flex-config.xml.
 
 
 
 Jeff
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
 Behalf Of Mehdi, Agha
 Sent: Wednesday, August 03, 2005 12:45 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Install on IIS
 
 Ok, so if I understood this article correct then it means that I can
install
 Flex to run under CF, which is running with IIS and I'll be able to
get to
 the flex apps. I can store my files under
c:\jrun4\servers\flex\appName and
 I can get to it by http://localhost/appName http://localhost/appName ,
 right?
 
 
 
 Thanks
 
 Agha Mehdi 
 IDT - eBusiness Program Manager 
 
 
 _ 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
 Behalf Of Ashish Goyal
 Sent: Wednesday, August 03, 2005 9:31 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Install on IIS
 
 
 
 This technote should help
 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=96611248
 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=96611248 
 
 
 
 -Ashish
 
 
 
 
 _ 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
 Behalf Of Mehdi, Agha
 Sent: Wednesday, August 03, 2005 9:22 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Install on IIS
 
 Hi all,
 
 How do I install Flex with IIS? CF is already configured to run
under IIS.
 
 Thanks
 
 Agha Mehdi
 
 IDT - eBusiness Program Manager
 
 Work: 408.284.8239
 
 Fax: 408.284.2766
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
 Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
 
 
 
 _ 
 
 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!
 http://docs.yahoo.com/info/terms/ Terms of Service. 
 
 
 
 _






 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a href="" href="http://us.ard.yahoo.com/SIG=12hn9g7gf/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123102763/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992" TARGET="_blank">http://us.ard.yahoo.com/SIG=12hn9g7gf/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123102763/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992

Fair play? Video games influencing politics. Click and talk back!/a./font
~- 


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


* To visit yo

Re: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Tariq Ahmed






One other thing. Try setting your Execute Permissions to Scripts and
Executables. 


Mehdi, Agha wrote:

  
  
  RE: [flexcoders] Re: Flex Install on IIS
  That's exactly where I have the flex files.
  
  Agha Mehdi
  
  IDT - eBusiness Program Manager
  
  -Original Message-
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On Behalf Of charlespaz1
  
  Sent: Wednesday, August 03, 2005 11:57 AM
  
  To: flexcoders@yahoogroups.com
  
  Subject: [flexcoders] Re: Flex Install on IIS
  
  If you are running Standalone Install of ColdFusion
and integrated
  
  Flex, you need to put the Flex files in your ISS
webroot (default
  
  c:\inetpub\wwwroot)
  
  --- In flexcoders@yahoogroups.com, "Mehdi, Agha"
[EMAIL PROTECTED] wrote:
  
   Alright, I followed all the steps listed here
  
   
  
   
  
   
  
  
  
  http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
  
  
  
  http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
  
   , restarted CF server, made sure CF was running
fine after merging
  
  web.xml
  
   files. Created a sample file under CF web root in
IIS
  
   c:\inetpub\wwwroot\[appname]\test\index.mxml.
Created the mapping in
  
  IIS for
  
   .mxml and .swf, tried to run it and got the
following error. Any ideas?
  
   
  
   
  
   
  
   
  
   Server Error 
  
   
  
   _ 








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





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS










Tariq,



Same thing. I set to execute Scripts and
Executables. João, Yeah, I did copy
the lib from flex.war to CF environment.



Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Tariq Ahmed
Sent: Wednesday, August 03, 2005
12:27 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex
Install on IIS





One other thing. Try setting your Execute Permissions
to Scripts and Executables. 


Mehdi, Agha wrote: 

That's
exactly where I have the flex files. 

Agha
Mehdi 
IDT - eBusiness Program Manager


-Original
Message- 
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On Behalf Of charlespaz1 
Sent: Wednesday, August 03, 2005
11:57 AM 
To: flexcoders@yahoogroups.com

Subject: [flexcoders] Re: Flex
Install on IIS 

If
you are running Standalone Install of ColdFusion and integrated 
Flex, you need to put the Flex
files in your ISS webroot (default 
c:\inetpub\wwwroot) 

---
In flexcoders@yahoogroups.com,
Mehdi, Agha [EMAIL PROTECTED]
wrote: 
 Alright, I followed all the
steps listed here 
 
 
 
 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

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

 , restarted CF server, made
sure CF was running fine after merging 
web.xml 
 files. Created a sample file
under CF web root in IIS 
 c:\inetpub\wwwroot\[appname]\test\index.mxml.
Created the mapping in 
IIS for 
 .mxml and .swf, tried to run
it and got the following error. Any ideas? 
 
 
 
 
 Server Error 
 
 _ 










--
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
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread João Fernandes
Did you take a look at your coldfusion instance logs?

does it have any errors?


-Original Message-
From: flexcoders@yahoogroups.com on behalf of Mehdi, Agha
Sent: Wed 03-Aug-05 9:33 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex Install on IIS
 
Tariq,

 

Same thing. I set to execute Scripts and Executables. João, Yeah, I did copy
the lib from flex.war to CF environment.

 

Thanks

Agha Mehdi 
IDT - eBusiness Program Manager 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tariq Ahmed
Sent: Wednesday, August 03, 2005 12:27 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex Install on IIS

 

One other thing. Try setting your Execute Permissions to Scripts and
Executables. 


Mehdi, Agha wrote: 

That's exactly where I have the flex files. 

Agha Mehdi 
IDT - eBusiness Program Manager 

-Original Message- 
From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ] On
Behalf Of charlespaz1 
Sent: Wednesday, August 03, 2005 11:57 AM 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com  
Subject: [flexcoders] Re: Flex Install on IIS 

If you are running Standalone Install of ColdFusion and integrated 
Flex, you need to put the Flex files in your ISS webroot (default 
c:\inetpub\wwwroot) 

--- In flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ,
Mehdi, Agha  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 
 Alright, I followed all the steps listed here 
 
  
 
 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
 
 , restarted CF server, made sure CF was running fine after merging 
web.xml 
 files. Created a sample file under CF web root in IIS 
 c:\inetpub\wwwroot\[appname]\test\index.mxml. Created the mapping in 
IIS for 
 .mxml and .swf, tried to run it and got the following error. Any ideas? 
 
  
 
 
 Server Error 
 
   _  




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




  _  

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!
http://docs.yahoo.com/info/terms/  Terms of Service. 

 

  _  




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hrghs8b/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123118117/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
winmail.dat

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS







There are no errors in the CF Logs. The server is running secure certificate. Can that be an issue? Can CF 7 be an issue (I seriously doubt that one)

Agha Mehdi
IDT - eBusiness Program Manager
-Original Message-
From: João Fernandes [mailto:flexcoders@yahoogroups.com] On Behalf Of João Fernandes
Sent: Wednesday, August 03, 2005 4:15 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex Install on IIS


Did you take a look at your coldfusion instance logs?


does it have any errors?



-Original Message-
From: flexcoders@yahoogroups.com on behalf of Mehdi, Agha
Sent: Wed 03-Aug-05 9:33 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex Install on IIS

Tariq,





Same thing. I set to execute Scripts and Executables. João, Yeah, I did copy
the lib from flex.war to CF environment.





Thanks


Agha Mehdi 
IDT - eBusiness Program Manager 


 _ 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Tariq Ahmed
Sent: Wednesday, August 03, 2005 12:27 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex Install on IIS





One other thing. Try setting your Execute Permissions to Scripts and
Executables. 



Mehdi, Agha wrote: 


That's exactly where I have the flex files. 


Agha Mehdi 
IDT - eBusiness Program Manager 


-Original Message- 
From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ] On
Behalf Of charlespaz1 
Sent: Wednesday, August 03, 2005 11:57 AM 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
Subject: [flexcoders] Re: Flex Install on IIS 


If you are running Standalone Install of ColdFusion and integrated 
Flex, you need to put the Flex files in your ISS webroot (default 
c:\inetpub\wwwroot) 


--- In flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ,
Mehdi, Agha mailto:[EMAIL PROTECTED]... [EMAIL PROTECTED] wrote: 
 Alright, I followed all the steps listed here 
 
 
 
 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html


 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
 
 , restarted CF server, made sure CF was running fine after merging 
web.xml 
 files. Created a sample file under CF web root in IIS 
 c:\inetpub\wwwroot\[appname]\test\index.mxml. Created the mapping in 
IIS for 
 .mxml and .swf, tried to run it and got the following error. Any ideas? 
 
 
 
 
 Server Error 
 
 _ 





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





 _ 


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!
http://docs.yahoo.com/info/terms/ Terms of Service. 





 _ 



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a href="" low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!/a./font

~- 


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


* To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/


* To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]


* Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/









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





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Tariq Ahmed
Title: RE: [flexcoders] Re: Flex Install on IIS






Hmmm.. well I would say try Ben and Peter's web.xml file:
http://www.cflex.net/showfiledetails.cfm?ObjectID=177

If that doesn't work... If it's not too painful, I probably would
uninstall everything and re-install from fresh and meticulously go
through the steps. Otherwise you can spend forever trying to
troubleshoot this.



Mehdi, Agha wrote:

  
  
  
  There are no errors in the CF Logs. The server is
running secure certificate. Can that be an issue? Can CF 7 be an issue
(I seriously doubt that one)
  Agha Mehdi
  
  IDT - eBusiness Program Manager
  
  -Original Message-
  
  From: Joo Fernandes [mailto:flexcoders@yahoogroups.com]
On Behalf Of Joo Fernandes
  
  Sent: Wednesday, August 03, 2005 4:15 PM
  
  To: flexcoders@yahoogroups.com
  
  Subject: RE: [flexcoders] Re: Flex Install on IIS
  
  Did you take a look at your coldfusion instance
logs?
  
  does it have any errors?
  
  
  -Original Message-
  
  From: flexcoders@yahoogroups.com on behalf of Mehdi,
Agha
  
  Sent: Wed 03-Aug-05 9:33 PM
  
  To: flexcoders@yahoogroups.com
  
  Subject: RE: [flexcoders] Re: Flex Install on IIS
  
  
  
  Tariq,
  
  
  
  Same thing. I set to execute Scripts and
Executables. Joo, Yeah, I did copy
  
  the lib from flex.war to CF environment.
  
  
  
  Thanks
  
  Agha Mehdi 
  
  IDT - eBusiness Program Manager 
  
   _ 
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On
  
  Behalf Of Tariq Ahmed
  
  Sent: Wednesday, August 03, 2005 12:27 PM
  
  To: flexcoders@yahoogroups.com
  
  Subject: Re: [flexcoders] Re: Flex Install on IIS
  
  
  
  One other thing. Try setting your Execute
Permissions to Scripts and
  
  Executables. 
  
  
  Mehdi, Agha wrote: 
  
  That's exactly where I have the flex files. 
  
  Agha Mehdi 
  
  IDT - eBusiness Program Manager 
  
  -Original Message- 
  
  From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
  
  [mailto:flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
] On
  
  Behalf Of charlespaz1 
  
  Sent: Wednesday, August 03, 2005 11:57 AM 
  
  To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
  
  Subject: [flexcoders] Re: Flex Install on IIS 
  
  If you are running Standalone Install of ColdFusion
and integrated 
  
  Flex, you need to put the Flex files in your ISS
webroot (default 
  
  c:\inetpub\wwwroot) 
  
  --- In flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
,
  
  "Mehdi, Agha" mailto:[EMAIL PROTECTED]...
[EMAIL PROTECTED] wrote: 
  
   Alright, I followed all the steps listed here 
  
   
  
   
  
   
  
   
  
  http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
  
  http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
  
   
  
  http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
  
  http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html
  
   
  
   , restarted CF server, made sure CF was running
fine after merging 
  
  web.xml 
  
   files. Created a sample file under CF web root in
IIS 
  
   c:\inetpub\wwwroot\[appname]\test\index.mxml.
Created the mapping in 
  
  IIS for 
  
   .mxml and .swf, tried to run it and got the
following error. Any ideas? 
  
   
  
   
  
   
  
   
  
   Server Error 
  
   
  
   _ 
  
  
  
  
  --
  
  Flexcoders Mailing List
  
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  
  
   _ 
  
  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!
  
  http://docs.yahoo.com/info/terms/ Terms of
Service. 
  
  
  
   _ 
  








--
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
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS










Ok, I like this suggestion no matter how
painful it is. Before I do that though, Ill appreciate if someone can
give me step by step guide to install CF to run under IIS, which is running on
a secure server and be able to make flex work with it. Thats my first
time configuring CF7 with IIS so dont know what to expect and frankly
speaking, MM docs are of no help (what a surprise)



Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed
Sent: Wednesday, August 03, 2005
4:53 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex
Install on IIS





Hmmm.. well I would say try Ben and Peter's web.xml
file:
http://www.cflex.net/showfiledetails.cfm?ObjectID=177

If that doesn't work... If it's not too painful, I probably would uninstall
everything and re-install from fresh and meticulously go through the steps.
Otherwise you can spend forever trying to troubleshoot this.



Mehdi, Agha wrote: 

There
are no errors in the CF Logs. The server is running secure certificate. Can
that be an issue? Can CF 7 be an issue (I seriously doubt that one)

Agha
Mehdi 
IDT - eBusiness Program Manager

-Original Message-

From: João Fernandes [mailto:flexcoders@yahoogroups.com]
On Behalf Of João Fernandes 
Sent: Wednesday, August 03, 2005
4:15 PM 
To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex
Install on IIS 

Did
you take a look at your coldfusion instance logs? 

does
it have any errors? 



-Original
Message- 
From: flexcoders@yahoogroups.com on
behalf of Mehdi, Agha 
Sent: Wed 03-Aug-05 9:33 PM

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex
Install on IIS 
 
Tariq, 




Same
thing. I set to execute Scripts and Executables. João, Yeah, I did copy

the lib from flex.war to CF
environment. 




Thanks


Agha
Mehdi 
IDT - eBusiness Program Manager 


_ 

From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On 
Behalf Of Tariq Ahmed

Sent: Wednesday, August 03, 2005
12:27 PM 
To: flexcoders@yahoogroups.com

Subject: Re: [flexcoders] Re: Flex
Install on IIS 




One
other thing. Try setting your Execute Permissions to Scripts and 
Executables. 



Mehdi,
Agha wrote: 

That's
exactly where I have the flex files. 

Agha
Mehdi 
IDT - eBusiness Program Manager 

-Original
Message- 
From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com

[mailto:flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
] On 
Behalf Of charlespaz1 
Sent: Wednesday, August 03, 2005
11:57 AM 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com

Subject: [flexcoders] Re: Flex
Install on IIS 

If
you are running Standalone Install of ColdFusion and integrated 
Flex, you need to put the Flex
files in your ISS webroot (default 
c:\inetpub\wwwroot) 

---
In flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
, 
Mehdi, Agha mailto:[EMAIL PROTECTED]... [EMAIL PROTECTED] wrote: 
 Alright, I followed all the
steps listed here 
 
 
 
 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

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




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

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

 
 , restarted CF server, made
sure CF was running fine after merging 
web.xml 
 files. Created a sample file
under CF web root in IIS 

c:\inetpub\wwwroot\[appname]\test\index.mxml. Created the mapping in 
IIS for 
 .mxml and .swf, tried to run
it and got the following error. Any ideas? 
 
 
 
 
 Server Error 
 
 _ 





--

Flexcoders Mailing List

FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

http://www.mail-archive.com/flexcoders%40yahoogroups.com







_ 

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! 
http://docs.yahoo.com/info/terms/
Terms of Service. 





_ 










--
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
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS










Tariq,



I am not sure if you got my last email. I
have uninstalled CFMX, Flex and reinstalling CF. What is the best resource
available to install flex to work with CF under IIS (no MM Docs)



Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed
Sent: Wednesday, August 03, 2005
4:53 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex
Install on IIS





Hmmm.. well I would say try Ben and Peter's web.xml
file:
http://www.cflex.net/showfiledetails.cfm?ObjectID=177

If that doesn't work... If it's not too painful, I probably would uninstall
everything and re-install from fresh and meticulously go through the steps.
Otherwise you can spend forever trying to troubleshoot this.



Mehdi, Agha wrote: 

There
are no errors in the CF Logs. The server is running secure certificate. Can
that be an issue? Can CF 7 be an issue (I seriously doubt that one)

Agha
Mehdi 
IDT - eBusiness Program Manager

-Original Message-

From: João Fernandes [mailto:flexcoders@yahoogroups.com]
On Behalf Of João Fernandes 
Sent: Wednesday, August 03, 2005
4:15 PM 
To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex
Install on IIS 

Did
you take a look at your coldfusion instance logs? 

does
it have any errors? 



-Original
Message- 
From: flexcoders@yahoogroups.com on
behalf of Mehdi, Agha 
Sent: Wed 03-Aug-05 9:33 PM

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex
Install on IIS 
 
Tariq, 




Same
thing. I set to execute Scripts and Executables. João, Yeah, I did copy

the lib from flex.war to CF
environment. 




Thanks


Agha
Mehdi 
IDT - eBusiness Program Manager 


_ 

From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On 
Behalf Of Tariq Ahmed

Sent: Wednesday, August 03, 2005
12:27 PM 
To: flexcoders@yahoogroups.com

Subject: Re: [flexcoders] Re: Flex
Install on IIS 




One
other thing. Try setting your Execute Permissions to Scripts and 
Executables. 



Mehdi,
Agha wrote: 

That's
exactly where I have the flex files. 

Agha
Mehdi 
IDT - eBusiness Program Manager 

-Original
Message- 
From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com

[mailto:flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
] On 
Behalf Of charlespaz1 
Sent: Wednesday, August 03, 2005
11:57 AM 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com

Subject: [flexcoders] Re: Flex
Install on IIS 

If
you are running Standalone Install of ColdFusion and integrated 
Flex, you need to put the Flex
files in your ISS webroot (default 
c:\inetpub\wwwroot) 

---
In flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
, 
Mehdi, Agha mailto:[EMAIL PROTECTED]... [EMAIL PROTECTED] wrote: 
 Alright, I followed all the
steps listed here 
 
 
 
 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

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




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

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

 
 , restarted CF server, made
sure CF was running fine after merging 
web.xml 
 files. Created a sample file
under CF web root in IIS 

c:\inetpub\wwwroot\[appname]\test\index.mxml. Created the mapping in 
IIS for 
 .mxml and .swf, tried to run
it and got the following error. Any ideas? 
 
 
 
 
 Server Error 
 
 _ 





--

Flexcoders Mailing List

FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

http://www.mail-archive.com/flexcoders%40yahoogroups.com







_ 

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! 
http://docs.yahoo.com/info/terms/
Terms of Service. 





_ 










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





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.