Skip to content

Migrating from PLOSSYS netdome 4 to PLOSSYS 5


This migration changes the printer port from SEAL Monitor to LPR.


Configuring the Administrative Server for Node.js Service

  1. Open the file:

    %ProgramData%\SEAL Systems\config\apw-rest.yml
    
  2. In the file, add the following line:

    createPort: "LPR"
    

    Default for PLOSSYS netdome 4.x is "SEAL".

  3. Save the file and restart SEAL APW REST service.


Configuring the Administrative Server for JBoss

  1. Open the file:

    SEAL\applications\server\jboss\conf\sealapw_settings.json
    
  2. In the file, add the following line:

    {"key" : "createPort", "value" : "LPR"}
    

    Default for PLOSSYS netdome 4.x is "SEAL".

  3. Save the file and restart JBoss.


Updating SEAL Add Printer Wizard

You may activate the changes in SEAL Add Printer Wizard in two ways by

  • restarting SEAL Add Printer Wizard or

  • clicking Update List while SEAL Add Printer Wizard is running.


Updating Automatically

If you have started SEAL APW Client, the printer ports are updated automatically after 24 hours at the latest.


Back to top