I have created chatbot using RASA now i want my chatbot to be hosted with an existing application which is running in WebLogic(which is Java based). I don’t know how can i integrate my chatbot with existing application. Do i need to create to write a JAVA webservice to redirect my request because i can not directly hit http://localhost:5005/webhooks/rest/webhook as port 5005 is not open for acessing from outside.
hi @indranil180 - you can make that endpoint available to the outside world either by deploying rasa to a server or by running ngrok locally to expose a url
But how can i deploy rasa in weblogic as weblogic is jvm based.