Red Hat NETSCAPE DIRECTORY SERVER 6.01 - DEPLOYMENT Installation Guide Page 128

  • Download
  • Add to my manuals
  • Print
  • Page
    / 143
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 127
118
Pramati Server 3.5 Installation & Configuration Guide
Modifying Server Configuration for WebStart
To use WebStart and launch applications, you need to make the following modifications to the
server configuration:
1 Open server-config.xml located at <install_dir>/nodes/<node_name>/config/ in an editor.
2 Under the web-container tag of the server-config file, add a new MIME type using the following
code:
<mime-type>
<name>.jnlp</name>
<type>application/x-java-jnlp-file</type>
</mime-type>
3 If you have masked *.jar files and *.xml files in the server configuration, remove or comment
these values in the file.
<masked-file-list>
<masked-file>.jsp</masked-file>
<masked-file>.java</masked-file>
<!--<masked-file>.xml</masked-file>-->
<masked-file>.war</masked-file>
<!--<masked-file>.jar</masked-file>-->
</masked-file-list>
4 Save the file.
The server configuration is now modified and you can now use WebStart.
Page view 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 142 143

Comments to this Manuals

No comments