Java Webstart for Marvin Applications from Internal Server?

User 8c93b1d06c

10-08-2007 23:06:18

Is it possible to serve Marvin Applicatons mview, msketch, etc up via java webstart from our interenal servers rather than through Chemaxon's servers? If so How? Also how is licensing handled on Webstart delivered applications?

ChemAxon 7c2d26e5cf

13-08-2007 12:02:26

Yes, you can use MarvinSketch, MarvinView and MarvinSpace via Java Web Start from your server. Upload the Marvin Beans package to your server and write your own jnlp files. In the jnlp files, you have to give the location (URL) of the document. Because of it, you can not use directly our own jnlp examples (you have to modify them a bit).

User 8c93b1d06c

15-08-2007 00:35:18

The example jnlp file msketch.jnlp includes the following lines:





<extension name="marvinbeans_add-in" href="jnlp/marvinbeans.jnlp"/>


that reference add-ins under a /jnlp directory that is not in the MarvinBeans Download. Where can these files be found?





I am able to run sketch by removing these lines but am wondering what these addins and the additional configurations in the example msketch.jnlp file do?

ChemAxon 7c2d26e5cf

15-08-2007 14:07:44

I've completed the documentation. Please read the following guide: Installation guide to jnlp examples


In the next release (Marvin 4.1.12), the above documentation with sources will be available also in the downloadable Marvin Beans package.