Installation guide to jnlp examples

Below we will describe how you can create jnlp examples for Marvin Beans.

Firstly, take a brief view of the content of the jnlp directory.

Step by step instruction to configure the above examples for running.

  1. Firstly, you need a web server (e.g. Tomcat) that will hosts the jnlp examples.

  2. Install Marvin Beans package to the host where the web server is located.

  3. Check that the web server can access Marvin Beans directory. (If not, please consult with the web server's manual about howto set it.)

  4. In the jnlp sub directory of the Marvin Beans directory, take a copy about each file that ends with .jnlp.txt. The new name have to be the same than the old one without the .txt postfix.

    cp msketch.jnlp.txt msketch.jnlp
    cp mview.jnlp.txt mview.jnlp
  5. Modify the absolute references in the jnlp files. Each occurance of

    http://www.chemaxon.com/marvin

    substitute to the URL of the Marvin Beans directory. (E.g.: http://www.myhost.com/marvinbeans )

Now the configuration is ready (on server side). To run the example, type the URL of the jnlp example in your browser.