Create Web Server without Single Sign-On - Precisely_EnterWorks - EnterWorks - 11.0

EnterWorks Guide

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks™ software
Version
11.0
ft:locale
en-US
Product name
Precisely EnterWorks
ft:title
EnterWorks Guide
Copyright
2024
First publish date
2007
ft:lastEdition
2025-01-21
ft:lastPublication
2025-01-21T05:56:06.852000

Create a second Enable Web Server Service without Single Sign-On (Non SSO) by copying and modifying the existing service script, updating service names, port numbers, and session directories, and then running the script as an administrator to confirm the new service is listed.

  1. Go to <drive>:/Enterworks/enable2020/services/install and copy the file create-enable-web-server-service.cmd.
  2. Rename the copied file to create-enable-web-server-service-non-sso.cmd.
  3. Open the file and make the following changes:
    • Replace
      sc stop enable-web-server-service
      with
      sc stop enable-web-server-service-non-sso
    • Replace
      sc delete enable-web-server-service
      with
      sc delete enable-web-server-service-non-sso
    • Replace
      sc create enable-web-server-service
      with
      sc create enable-web-server-service-non-sso
    • Update the -port parameter with a new port number that doesn’t conflict with existing ports.
    • Copy the sessions folder in <drive>:/Enterworks/enable2020, rename it to non-sso-sessions, and copy the contents into it. Ensure the -sessionDBfile points to non-sso-sessions.
    • Replace
      sc description enable-web-server-service "Enable Web Server"
      with
      sc description enable-web-server-service-non-sso "Enable Web Server non sso"
    • Replace
      sc config enable-web-server-service start=auto
      with
      sc config enable-web-server-service-non-sso start=auto
  4. Save changes to the file.
  5. Right-click the file and select "Run as Administrator".
  6. Open the Services application and confirm the new service enable-web-server-service-non-sso appears in the list.