Author Topic: worker_template_path  (Read 5345 times)

rhammond

  • Jr. Member
  • **
  • Posts: 6
worker_template_path
« on: November 02, 2005, 11:53:20 PM »
Can worker_template_path also be set in qbwrk.conf or only in qb.conf.  i.e.

...qbwrk.conf stuff....
[Eac-bc4-b05]:BLADE_CART
worker_groups = "${BLADE_CART.worker_groups},wcbuild"
worker_template_path = "C:/Program Files/qube/types; //netdrive/qube/site/types"

Randy

anthony

  • Senior Software Engineer
  • Hero Member
  • *****
  • Posts: 183
Re: worker_template_path
« Reply #1 on: November 03, 2005, 01:03:22 AM »
Hey Randy,

    Actually it can be.  The only settings which are exceptions to the qbwrk.conf are:

    qb_supervisor
    qb_domain
    worker_log_file
    worker_log_path

    The remaining settings can be configured using the qbwrk.conf file.

    Anthony