Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

flex2gateway how does this URL get translated?

Enthusiast ,
Nov 26, 2009 Nov 26, 2009

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

TOPICS
Flash integration
2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Nov 26, 2009 Nov 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.

Translate
Advocate ,
Nov 26, 2009 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 26, 2009 Nov 26, 2009

thx

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 26, 2009 Nov 26, 2009
LATEST

Why does flex use

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources