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.
-
msketch.jnlp.txt - Template for a simple MarvinSketch jnlp example.
-
mview.jnlp.txt - Template for a simple MarvinView jnlp example.
-
msketch64.gif - Icon to the MarvinSketch jnlp example
-
mview64.gif - Icon to the MarvinView jnlp example
Step by step instruction to configure the above examples for running.
-
Firstly, you need a web server (e.g. Tomcat) that will hosts the jnlp examples.
-
Install Marvin Beans package to the host where the web server is located.
-
Check that the web server can access Marvin Beans directory. (If not, please consult with the web server's manual about howto set it.)
-
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 -
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.