How to reopen TWS on rdesktop after it is closed? #196
Answered
by
gnzsnz
jeremytanjianle
asked this question in
Q&A
-
Hi there, When using the docker image while simultaneously running live and paper TWS, what if we accidentally close the paper TWS for whatever reason? How can we re-open the paper TWS, without restarting the docker container and disrupting the live TWS instance? Thanks and regards |
Beta Was this translation helpful? Give feedback.
Answered by
gnzsnz
Nov 12, 2024
Replies: 1 comment 2 replies
-
if you are into bash scripting you need to replicate the environment vars defined here and run IBC. that's not so simple The way it works is quite simple, once the last TWS (paper or live doesn't really matters) instance exists, both will be restarted. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes correct, once the last one is closed the start script will be run again and start-up TWS again. depending on your settings this will be live, paper or both.