If you are using the Transact Print Preview Interface and your Lasernet and Transact software is installed on different servers, you will need to update the Transact web.xml file to use the new Lasernet server name. More details on changing the Lasernet server name can be found at Changing the Lasernet server name.
Updating the interface
To update the Transact Print Preview Interface after changing the name of the Lasernet server, follow these steps:
1. Locate and open the web.xml file which can be found in the ./BrowserWeb.war/WEB-INF folder in the Transact installation directory.
2. Locate the PrintPdfFilter section. The Lasernet web server input ports that are being used will be listed.
3. Update the input ports to reflect the new Lasernet server name.
In the example below, ‘EFSTest’, is the name of the Lasernet server that needs to be changed.
<filter> <filter-name>PrintPdfFilter</filter-name> <filter-class>com.efstech.temenos.filters.PrintPdfFilter</filter-class> <init-param> <param-name>target</param-name> <param-value>/servlet/LaserNetDataServlet</param-value> </init-param> <init-param> <param-name>lasernet</param-name> <param-value> http://EFSTest:28080/webinputport/T24Input?preview </param-value> </init-param> </filter>
4. Save the changes made to the web.xml file, and restart Transact for them to take effect.
Add a comment
Please log in or register to submit a comment.