Apply the license key provided by Lifecycle Technology to the following 2 locations on the AutoVue server;
Note: Install directory (C:\) will be where the application was installed.
- C:\Oracle\glassfish3\glassfish\domains\AutoVue\applications\av_tn_ws\WEB-INF\web.xml
Note: This step only applies if the 'Thumbnails Web Service' is installed
<!-- 'LCT_License_Code' Connector License code, supplied by Lifecycle Technology -->
<init-param id="LCT_License_Code">
<param-name>LCT_License_Code</param-name>
<param-value>Apply the license code here</param-value>
</init-param>
- C:\Oracle\glassfish3\glassfish\domains\AutoVue\applications\lct_av_sap_int\WEB-INF\web.xml
<!-- 'LCT_SP_License_Code' Connector License code, supplied by Lifecycle Technology -->
<context-param id="LCT_SP_License_Code">
<param-name>LCT_SP_License_Code</param-name>
<param-value>Apply the license code here</param-value>
</context-param>
Restart AutoVue
Once the above parameters have been updated, please restart the Glassfish Windows Service as per the following article: Re-start AutoVue Glassfish Server windows service
Comments