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
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-name>MessageBrokerServlet</servlet-name>
<url-pattern>/flex2gateway/*</url-pattern>
</servlet-mapping>
I also tried modifying <use-mappings>true</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.
__._,_.___
--
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 /flex... Tariq Ahmed
- Re: [flexcoders] Flex2->IIS->7.0.2 HTTP 405 on ... João Fernandes
- Re: [flexcoders] Flex2->IIS->7.0.2 HTTP 405... Tariq Ahmed
- Re: [flexcoders] Flex2->IIS->7.0.2 HTTP... João Fernandes
Reply via email to


