Skip to main content

Updating the Transact Print Preview Interface after changing the name of the Lasernet server. - Knowledgebase / Temenos / Temenos FAQs - Formpipe Support Portal

Updating the Transact Print Preview Interface after changing the name of the Lasernet server.

Authors list


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.

These instructions are only relevant to the older Transact installations.

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.

PrintPdfFilter
<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.

Helpful Unhelpful

0 of 1 people found this page helpful

Add a comment

Please log in or register to submit a comment.

Need a password reminder?

Share