How do i run silverlight(xap file) app on apache tomcat?
A Silverlight XAP file is just a ZIP formatted archive of the Silverlight application - which being a client side technology doesn't need much in the way of server support.
You'll need to add the mime-type for .xap, which is "application/x-silverlight-
<mime-mapping>
<extension>xap</extension>
<mime-type>application/x-
</mime-mapping>
Popular Links
Comments
Post new comment