Documentation Index

Fetch the complete documentation index at: https://kb.lasernetgroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Update the Transact Print Preview Interface after Changing the Name of the Lasernet Server

Prev Next

If you are using the Transact Print Preview Interface and your Lasernet and Transact software are installed on different servers, you will need to update the Transact web.xml file to use the new Lasernet server name.

Note

These instructions are only relevant to the older Transact installations.

Update 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 following example, 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>
  1. Save the changes made to the web.xml file and restart Transact for them to take effect.

Was this page helpful? Let us know at knowledgebase.feedback@lasernetgroup.com