Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
thx
Copy link to clipboard
Copied
Why does flex use
<servlet-name>MessageBrokerServlet</servlet-name>
and flash:
<servlet-name>FlashGateway</servlet-name>
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more