Remotely connect to Quartz Scheduler

你离开我真会死。 提交于 2019-12-06 14:41:50

disclaimer: I don't know anything about Quartz Scheduler! :)

However, if you suspect you might have the wrong port number, if you can log into the remote server and run from a command line

netstat -b

This will print out the ports that are in use by process. Hopefully that will allow you to verify the port number.

If the port number is correct, but you still can't communicate with the remote server you can try a couple of things:

  • run ping.exe [xxx.xxx.xxx.xxx] from the command line to see if remote server responds(*)
  • verify the firewall on remote server has an exception for the Quartz Scheduler process
  • try running tracert [xxx.xxx.xxx.xxx] to see if you have a route between the two servers

(*) this is not always conclusive as the remote server, or networking hardware in the middle, might be configured not to respond.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!