Re: [flexcoders] Flex2-IIS-7.0.2 HTTP 405 on /flex2gateway/

2006-08-11 Thread João Fernandes



Tariq,in IIS, under the ISAPI tab (properties) take a look and see if the JRun ISAPI filter is loaded (green arrow)you can also change the verbose property in the {jrun4}\lib\wsconfig\{number}\jrun.ini to true and see if you can get further information.
I'm not a Jrun expert so I think that's all I can do to help you.João FernandesOn 8/11/06, Tariq Ahmed 
[EMAIL PROTECTED] wrote:












  







Ya, everything else works fine. I can even connect to the same .cfc via
WSDL.

So I tried the wsconfig thing, and I think that got me a bit further.
It showed that IIS was configured, so I removed that, and then added it
again. It created a wsconfig\2\jrun.dll, and I pointed IIS to use that
for the ISAPI filter.

Now I've upgraded to HTTP 500. :) Everything else in CF still works.
Using service capture, I see the result coming back from /flex2gateway/
as:

A dynamic link library (DLL) initialization routine failed.

I'll continue to poke around. Thanks!!


João Fernandes wrote:


  
  Tariq,
  
it seems strange that IIS doesn't know how to handle it. Can you run a
cf page without issues it that IIS website? I just removed the ISAPI
filter from my IIS website and 
http://localhost/flex2gateway/ went from blank page to 404
(500 if I used http://localhost/flex2gateway
- without the last /)
check with the WSconfig if you instance is mapped to your website.
  
  
HTH,
  
João Fernandes
  
  
  On 8/10/06, Tariq Ahmed [EMAIL PROTECTED] wrote:

  





Hi Joao, thanks for the response!

So this is a single server/integrated install. The
c:\CFusionMX7\wwwroot\web-inf\web.xml has:

 servlet-mapping id=macromedia_mapping_0
  servlet-nameMessageBrokerServlet/servlet-name
  url-pattern/flex2gateway/*/url-pattern
 /servlet-mapping

I also tried modifying use-mappingstrue/use-mappings in
services-config.xml, but to no avail...

I don't think it's on the CF side, it seems as if IIS is blocking it
before CF gets it.



João Fernandes wrote:




Tariq,

can you check that server instance web.xml file if the /flex2gateway is
there? Maybe that instance wasn't updated correcly. 

João Fernandes


On 8/10/06, 
Tariq Ahmed [EMAIL PROTECTED]
wrote:

  
  
  
  
  
  Anyone encounter this issue before?
  
  
  
When using a RemoteObject, which works fine on my development
environment - doesn't work on this one server. Flash Remoting is
enabled in the CF Admin.
  
Looking at the IIS Log FIle, the 405 is coming from invoking
/flex2gateway/
  
On machines that work, I can do http://hostname/flex2gateway and get at
least an HTTP 500, but get a 404 on this problem machine.
  
The main diff on the problem machine is that it's hosting multiple
sites. Does anyone know how to set up a manual mapping to
/flex2gateway/ (what does it map to?).
  
I found this thread:
  http://www.boyzoid.com/blog/index.cfm/2006/3/24/Flex-Builder-2Mystic-and-Multiple-URLs-on-one-server
  
  
Which indicates that JVM higher than 1.4.2_05 is needed. This machine
uses 1.4.2_09.
  
  
  
  
  
  
  
  
  
  





 
  
Messages in this topic  (2) 

  Reply  (via web post)  | 
 Start a new topic  
 
 






  
  
  
  






  















__._,_.___





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



  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.



  






__,_._,___



[flexcoders] Flex2-IIS-7.0.2 HTTP 405 on /flex2gateway/

2006-08-10 Thread Tariq Ahmed






Anyone encounter this issue before?



When using a RemoteObject, which works fine on my development
environment - doesn't work on this one server. Flash Remoting is
enabled in the CF Admin.

Looking at the IIS Log FIle, the 405 is coming from invoking
/flex2gateway/

On machines that work, I can do http://hostname/flex2gateway and get at
least an HTTP 500, but get a 404 on this problem machine.

The main diff on the problem machine is that it's hosting multiple
sites. Does anyone know how to set up a manual mapping to
/flex2gateway/ (what does it map to?).

I found this thread:
http://www.boyzoid.com/blog/index.cfm/2006/3/24/Flex-Builder-2Mystic-and-Multiple-URLs-on-one-server

Which indicates that JVM higher than 1.4.2_05 is needed. This machine
uses 1.4.2_09.





__._,_.___





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



  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] Flex2-IIS-7.0.2 HTTP 405 on /flex2gateway/

2006-08-10 Thread João Fernandes



Tariq,can you check that server instance web.xml file if the /flex2gateway is there? Maybe that instance wasn't updated correcly. João FernandesOn 8/10/06, 
Tariq Ahmed [EMAIL PROTECTED] wrote:













  







Anyone encounter this issue before?



When using a RemoteObject, which works fine on my development
environment - doesn't work on this one server. Flash Remoting is
enabled in the CF Admin.

Looking at the IIS Log FIle, the 405 is coming from invoking
/flex2gateway/

On machines that work, I can do http://hostname/flex2gateway and get at
least an HTTP 500, but get a 404 on this problem machine.

The main diff on the problem machine is that it's hosting multiple
sites. Does anyone know how to set up a manual mapping to
/flex2gateway/ (what does it map to?).

I found this thread:
http://www.boyzoid.com/blog/index.cfm/2006/3/24/Flex-Builder-2Mystic-and-Multiple-URLs-on-one-server


Which indicates that JVM higher than 1.4.2_05 is needed. This machine
uses 1.4.2_09.







  















__._,_.___





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



  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] Flex2-IIS-7.0.2 HTTP 405 on /flex2gateway/

2006-08-10 Thread Tariq Ahmed






Hi Joao, thanks for the response!

So this is a single server/integrated install. The
c:\CFusionMX7\wwwroot\web-inf\web.xml has:

 servlet-mapping id="macromedia_mapping_0"
  servlet-nameMessageBrokerServlet/servlet-name
  url-pattern/flex2gateway/*/url-pattern
 /servlet-mapping

I also tried modifying use-mappingstrue/use-mappings in
services-config.xml, but to no avail...

I don't think it's on the CF side, it seems as if IIS is blocking it
before CF gets it.



Joo Fernandes wrote:


  
  Tariq,
  
can you check that server instance web.xml file if the /flex2gateway is
there? Maybe that instance wasn't updated correcly. 
  
Joo Fernandes
  
  
  On 8/10/06, 
Tariq Ahmed [EMAIL PROTECTED]net
wrote:
  





Anyone encounter this issue before?



When using a RemoteObject, which works fine on my development
environment - doesn't work on this one server. Flash Remoting is
enabled in the CF Admin.

Looking at the IIS Log FIle, the 405 is coming from invoking
/flex2gateway/

On machines that work, I can do http://hostname/flex2gateway and get at
least an HTTP 500, but get a 404 on this problem machine.

The main diff on the problem machine is that it's hosting multiple
sites. Does anyone know how to set up a manual mapping to
/flex2gateway/ (what does it map to?).

I found this thread:
http://www.boyzoid.com/blog/index.cfm/2006/3/24/Flex-Builder-2Mystic-and-Multiple-URLs-on-one-server


Which indicates that JVM higher than 1.4.2_05 is needed. This machine
uses 1.4.2_09.










  
  
  
  
 

Messages in this topic  (2)  
   Reply  (via web post)  |  Start a new topic  

   
 

  
 
  



__._,_.___





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



  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] Flex2-IIS-7.0.2 HTTP 405 on /flex2gateway/

2006-08-10 Thread João Fernandes



Tariq,it seems strange that IIS doesn't know how to handle it. Can you run a cf page without issues it that IIS website? I just removed the ISAPI filter from my IIS website and 
http://localhost/flex2gateway/ went from blank page to 404 (500 if I used http://localhost/flex2gateway - without the last /)check with the WSconfig if you instance is mapped to your website.
HTH,João FernandesOn 8/10/06, Tariq Ahmed [EMAIL PROTECTED] wrote:













  







Hi Joao, thanks for the response!

So this is a single server/integrated install. The
c:\CFusionMX7\wwwroot\web-inf\web.xml has:

 servlet-mapping id=macromedia_mapping_0
  servlet-nameMessageBrokerServlet/servlet-name
  url-pattern/flex2gateway/*/url-pattern
 /servlet-mapping

I also tried modifying use-mappingstrue/use-mappings in
services-config.xml, but to no avail...

I don't think it's on the CF side, it seems as if IIS is blocking it
before CF gets it.



João Fernandes wrote:


  
  Tariq,
  
can you check that server instance web.xml file if the /flex2gateway is
there? Maybe that instance wasn't updated correcly. 
  
João Fernandes
  
  
  On 8/10/06, 
Tariq Ahmed [EMAIL PROTECTED]
wrote:
  





Anyone encounter this issue before?



When using a RemoteObject, which works fine on my development
environment - doesn't work on this one server. Flash Remoting is
enabled in the CF Admin.

Looking at the IIS Log FIle, the 405 is coming from invoking
/flex2gateway/

On machines that work, I can do http://hostname/flex2gateway and get at
least an HTTP 500, but get a 404 on this problem machine.

The main diff on the problem machine is that it's hosting multiple
sites. Does anyone know how to set up a manual mapping to
/flex2gateway/ (what does it map to?).

I found this thread:
http://www.boyzoid.com/blog/index.cfm/2006/3/24/Flex-Builder-2Mystic-and-Multiple-URLs-on-one-server


Which indicates that JVM higher than 1.4.2_05 is needed. This machine
uses 1.4.2_09.










  
  
  
  
 


Messages in this topic  (2)  

   Reply  (via web post)  | 
 Start a new topic  

   
 

  
 
  





  















__._,_.___





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



  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.



  






__,_._,___