The Media Access Proxy (MAP) web application is used to convert images to different formats for different device types.
When designing your mobile portal you might want to create portlets that include content from third-party websites or browser-based applications. Since this content is designed for viewing on large displays and supports complex layouts, it can be impractical to include everything in your portlets.
Because different devices also handle images in different ways, the MAP can convert images to a different format and pixel depth. It can also reduce the color depth for a smaller color palette and scale images for a smaller screen size.
The value for the src attribute can be the path to the image file or the mimg file served from a server location. For example:
src="http://hostname.example.com:9080/map/ics/wps/PA_1_0_1BP/images/testimg-vga-02.jpg?v.imgHost=norrissai-kqu&v.imgPort=9081"
src="/ics/testimg-vga-04-jpg.mimg"
For more examples, see the topic Usage scenarios for MAP sample portlet.
For clustered and production environments, the MAP software must be installed on a separate WebSphere® Application Server from WebSphere Portal.
When MAP is used with a messaging web application, it can be installed either on the same application server as the messaging web application or on a separate application server. The separate application server can be on the same physical server as the messaging web application or a different physical server.