Do like this:
Shut down the server (kill -9 ) end then open up the file <IS_Install_Dir>/config-port.cnf.
Look for the records element with the name corresponding to the port in question (usually HTTPListener@5555). Now find the child element value with attribute name=“default”. The contents of this element will be “exclude-all” in your case. Change this to “include”, save and start the server.
Examples
Problem:
exclude-all
HTTPListener@5555
include
FTPListener@8021
Solution:
<?xml version="1.0" encoding="UTF-8"?>
include
HTTPListener@5555
include
FTPListener@8021
#webMethods#Integration-Server-and-ESB#webMethods-General