[ome-devel] Default server configuration for Importer and Insight

Woodbridge, Mark R m.woodbridge at imperial.ac.uk
Thu Feb 3 16:21:15 GMT 2011


That would be perfect thanks. 

There is only one other modification that I make to the clients, and it's also a configuration change. We would like the archival flag in the importer to default to true, so I have changed ImportDialog.java:

archiveImage.setSelected(config.archiveImage.get());

to:

archiveImage.setSelected(true);

It is possible to set this in an ini file instead? It looks like there is some relevant code in ImportConfig.java but I don't fully understand what it does.

Mark.

________________________________________
From: ome-devel-bounces at lists.openmicroscopy.org.uk [ome-devel-bounces at lists.openmicroscopy.org.uk] On Behalf Of jburel [j.burel at dundee.ac.uk]
Sent: 03 February 2011 15:49
To: ome-devel Development
Subject: [ome-devel] Default server configuration for Importer and Insight

Hi Mark

the best way will be to add a new entry the configuration file of the clients and if the information is available
The clients will use the information i.e. hostname and port.
I will add a ticket and implement such solution and push to the 4.2 branch
Will that be Okay?

Jmarie



From: Mark Woodbridge <m.woodbridge at imperial.ac.uk<mailto:m.woodbridge at imperial.ac.uk>>
Date: 28 January 2011 15:21:00 GMT
To: <ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>>
Subject: [ome-devel] Default server configuration for Importer and Insight

Hi,

Is there a way (e.g. by editing an XML file in the clients' config folder) to specify which server to use by default?

Our new users tend to get confused by the requirement to add a new server on the splash screen on first login, and we only have one server.

At the moment I'm hard coding the host and port in SRC/org/openmicroscopy/shoola/util/ui/login/ScreenLogin.java but this requires a rebuild of the clients.

Mark.


More information about the ome-devel mailing list