User 4616a6b00d
07-10-2014 09:30:34
Hi,
We have deployed our application in JBoss Sever in Windows/Ubuntu system. In development environment the application works fine without any license installation. But when it is at client location it gives some license issues.
Implementation:
<center>
<script type="text/javascript">
var mrvData = document.getElementById("frmMarvinSketch:moleculeTxt").value;
msketch_name="MSketch";
msketch_begin("../marvin/",800,400);
msketch_param("mol",mrvData);
msketch_end();
</script>
</center>
Question 1:
We require a sever level license installation. As per the documentation I have installed the license through environment variables:
Variable Name : CHEMAXON_LICENSE_URL
Value : D:\Marvin License\license.cxl
But when I open the Marvin Editor, the license path shows :
C:\Users\mohith.kumar\chemaxon\license.cxl
Question 2:
How can I install license if my server is running in Ubuntu.
Question 3:
Does any code change is required in the HTML file?
How will I verify if the Marvin Editor is using the license I have configured. Mainly in Development environment all the functionalities work without any license configuration.