Pick a Silverlight RIA scenario [D2D, B2E, B2B, B2C] or choose a Web Services style [SOAP/RPC, XML/REST]
Mime-Type are used to provide identifiers for file formats on the Internet.
By default, XAP files are not recognized as a Silverlight application in Tomcat or IIS 5.1. You can set a Mime-Type to identify XAP files on both servers.
in %TOMCAT_INSTALL%/conf directory, edit web.xml file. Add the following description to identify XAP files
<mime-mapping>
<extension>xap</extension>
<mime-type>application/x-silverlight-2-b2</mime-type>
</mime-mapping>
- Ronny Kwon