Skip to main content
nikos101
Inspiring
November 26, 2009
Answered

flex2gateway how does this URL get translated?

  • November 26, 2009
  • 1 reply
  • 1953 views

What black magic is happening when you do something like mydomain.com/flex2gateway

I'm not using a folder called mydomain.com/flex2gateway

in my www root so  how does this URL get translated?

What would happen if I actually had a folder called mydomain.com/flex2gateway

thanks a ton

This topic has been closed for replies.
Correct answer Jochem van Dieten

That translation is defined in a servlet mapping in the file /WEB-INF/web.xml. If you actually had a flex2gateway folder, the request would still be intercepted and redirected to the CF Flex gateway.

1 reply

Jochem van DietenCorrect answer
Inspiring
November 26, 2009

That translation is defined in a servlet mapping in the file /WEB-INF/web.xml. If you actually had a flex2gateway folder, the request would still be intercepted and redirected to the CF Flex gateway.

nikos101
nikos101Author
Inspiring
November 26, 2009

thx

nikos101
nikos101Author
Inspiring
November 26, 2009

Why does flex use

        <servlet-name>MessageBrokerServlet</servlet-name>
  and flash:
        <servlet-name>FlashGateway</servlet-name>