Monitor File polling port

Hi,

Is there any way to monitor File polling port and check whether its enabled or disabled? or any Java service or configuration available at wM to achieve this task ?

Any info on this will be highly appreciated.

Regards,
Vikram

The WmRoot service wm.server.ports:listListeners will list all the listener ports on the IS. In the document list output from this service look for the listeners[0]/protocol type to be Filepolling and then check the listeners[0]/enabled filed if it is true (enabled).

Cheers,
Akshith