Skip to main content

How to use cobesdebug with a directory server started on a non standard port

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

If there are multiple copies of MFDS running, by default cobesdebug will only connect to the one running on port 86.  Therefore only the regions running under that copy of MFDS will be available to cobesdebug.

Resolution:

cobesdebug uses the mf-client.dat to determine which port to use to connect to MFDS.

Modify $COBDIR/etc/mf-client.dat to point to whatever port MFDS is using.

Ex.

mrpi://localhost:8686

Old KB# 2303