Hi everyone,
I am looking for a cmd line option to open additional resources as a separate window(not as a separate tab in the main window) in server mode for CSS-Phoebus.
I can start CSS-phoebus with:
# /bin/java -jar phoebus/target/product-4.6.3.jar -server 4918
Now I can open file xyz.plt with databrowser app on same css-phoebus server using:
# /bin/java -jar phoebus/target/product-4.6.3.jar -server 4918 -resource xyz.plt
This opens a databrowser tab in the main css-phoebus UI window.
I want a command(from bash) to open this resource as a separate window not as a separate tab in main UI window.
It should be on the same css-phoebus server, not on a new phoebus instance.
The reason I need to open this as a separate window is because
I want a create bash script which opens multiple resources on a single css-phoebus server in different linux work spaces.
PS: I can open each resource as a separate css-phoebus instance(in non-server mode), I don't want that because it will be slow and memory intensive.
Thanks,
Imran