Register the module in the module.txt file |
eg: |
module's name - webflow.modules.myTest.myModule |
module representation class - webflow.frontend.WebNodeWBClient |
host - myhost.edu |
port number -8888 |
then you would have an entry in the modules.txt file as follows |
webflow.modules.myTest.myModule myhost.edu8888 webflow.frontend.WebNodeWBClient |