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 ?
You can try this, the WmRoot service [b]wm.server.ports:listListeners[/b] will list all the listener ports configured on the IS Admin -> Security -> Ports. 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 the Filepolling port is enabled else disabled.
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
Ansari
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.
Pavan
You can try this, the WmRoot service [b]wm.server.ports:listListeners[/b] will list all the listener ports configured on the IS Admin -> Security -> Ports. 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 the Filepolling port is enabled else disabled.