DevPortal

How do I Modify Server Configuration?


To use WebStart and launch applications, the following modifications are to be made to the server configuration:

  1. Open default-web.xml in a text-based editor.
  2. Add MIME type. By default Pramati Server 5.0 has the following entry:

    <mime-mapping>
    <extension>jnlp</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>

  3. If you have masked .jar and .xml files in the web-config.xml, remove or comment these values:

    <!--<masked-file>.xml</masked-file>-->
    <!--<masked-file>.jar</masked-file>-->

  4. Save the file.


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal