1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Open additional resources as a separate window(not tab) in CSS-Phoebus server mode |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, "Usmani, Imran Ali" <iusmani at anl.gov> |
Date: | Mon, 15 Mar 2021 23:09:23 +0000 |
Add 'target=window' to the resource:
phoebus.sh -resource file:/full/path/to/file?target=window From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Usmani, Imran Ali via Tech-talk <tech-talk at aps.anl.gov>
Sent: Monday, March 15, 2021 3:31 PM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: [EXTERNAL] Open additional resources as a separate window(not tab) in CSS-Phoebus server mode
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
|