[ome-devel] Default server configuration for Importer and Insight
Josh Moore
josh at glencoesoftware.com
Fri Feb 25 08:22:52 GMT 2011
Hi Mark,
just created the ticket for this and CC'd you:
https://trac.openmicroscopy.org.uk/ome/ticket/4526
Are you already modifying values in the importer ini file locally?
Cheers,
~Josh.
On Feb 3, 2011, at 5:21 PM, Woodbridge, Mark R wrote:
> 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.
More information about the ome-devel
mailing list