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