eclipsetibcotibco-business-works

How do I open a localhost port for TibcoBW6 REST app


I have created a simple TibcoBW6 REST api that compiles and runs successful. enter image description here

The console logs indicate that the application is running but I try to invoke the api on Postman I get no response. Telnet the port also can't connect. enter image description here

I don't know whether my HTTP configurations are Ok, here is my connector properties enter image description here

and the module properties. enter image description here

I've scratched my head for hours searching for help online, but nothing came up.


Solution

  • once your service runs succesfully, type

    lendpoints

    in the console tab, you can check where your service is running. If you don't get any result, there might be some problem with use of module properties, try to write directly localhost instead of using the module properties.