-
Notifications
You must be signed in to change notification settings - Fork 122
Description
I am trying to use graphwalker remotely. The service is running on a external machine, running the graphwalker studio jar. It allows to connect to the web service (http://x.x.x.x:9090/studio.html), I can design a test with different models. The problem is that it does not allow to run the paths through the model (it means, the "play" does not works):
When I try the same on the http://x.x.x.x:9090 the error message it shows is:
"Connection error while connecting to: ws://localhost:9999" in the execution bar.
If I run the studio locally, it works completely (remote service). But it has no sense to have to run the studio.jar locally for use it remotely, because I want to offer the complete service without need to execute nothing (Is it possible?).
Ports 9090 and 9999 are correctly opened in the remote machine.

