var fDesc=new Array(); fDesc[0] = "License Activation and Validation Proxy Server handles license activation requests and forward to any Auto License Generation and Activation Server or Online.License4j

License4J License Manager GUI tool stores products, templates, and licenses in a defined database server. When a database server other than local embedded database is selected in options, license activation features and product auto license generation settings are enabled.

License4J License Activation and Validation Proxy Server is a simple proxy server to direct all incoming license activation and online license key validation requests to a defined Auto License Generation and Activation Server or Online.License4J. License Activation and Validation Proxy Server is appropriate for environments in which security concerns may restrict direct access to the Internet.

License Activation and Validation Proxy Server is free to use and distribute with your product, also it supports software white-labeling so it can be fully customized. You may use and distribute server setup files or a custom installer with your product for installation by your customers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }