To move or change the Batch XML job location, you will need to change web.xml parameters on each server (View and Conversion) as per this article.
On the DigEplan servers (View and Conversion)
Locate the av_con web.xml - eg C:\Oracle\glassfish3\glassfish\domains\AutoVue\applications\av_con\WEB-INF\web.xml
In the file search for section 'XML_Job_Location'
<!-- 'XML_Job_Location' defines the location that is monitored for Stamp / PDFA jobs files -->
<!-- eg \\lct-main\c$\Oracle\Stamps\BATCH_XML -->
<context-param id="XML_Job_Location">
<param-name>XML_Job_Location</param-name>
<param-value>\\localhost\c$\Oracle\Stamps\BATCH_XML</param-value>
</context-param>
On the DigEplan conversion server
Note : Test systems are normally installed on the same server
Locate the av_con_ws web.xml - eg C:\Oracle\glassfish3\glassfish\domains\AutoVue\applications\av_con_ws\WEB-INF\web.xml
In the file search for section 'XML_Job_Location'
<!-- 'XML_Job_Location' defines the location that is monitored for Stamp / PDFA jobs files -->
<!-- eg \\lct-main\c$\Oracle\Stamps\BATCH_XML -->
<context-param id="XML_Job_Location">
<param-name>XML_Job_Location</param-name>
<param-value>\\localhost\c$\Oracle\Stamps\BATCH_XML</param-value>
</context-param>
Important Note : Ensure the user that is running the 'AutoVue Glassfish Server' windows service has full access rights to the BATCH_XML folder.
Restart AutoVue Glassfish windows service on each server where the change has been applied
Comments