Hi Guys,
Will debugging of ORS workflows happen in following scenario?
Host A: Composer is installed as a plugin on Eclipse. There is Composer bundled Tomcat on this host which is used only for validating the workflows.
Host B (Production host): Tomcat is running as a standalone. Workflows created on Host A are deployed on Tomcat of Host B.
URL of script created in Genesys Administrator for the workflow points to Tomcat of Host B (as the workflow has been deployed here)
Workflow needs to be deployed on Composer bundled Tomcat before using the debugging feature in Composer. While in debugging mode, Composer sends the URL of the deployed workflow (URL of bundled Tomcat on Host A) to ORS and ORS waits for a call to hit this URL (URL of bundled Tomcat on Host A). In reality, the call will never hit URL of host A as the URL mentioned in script object of workflow is that of Host B. I think debugging will not happen. Any thoughts on this?
Thanks!