omero-py icon indicating copy to clipboard operation
omero-py copied to clipboard

omero admin: set java.io.tmpdir on the application startup

Open sbesson opened this issue 2 months ago • 0 comments

See https://github.com/ome/openmicroscopy/issues/6439

Update the CLI admin commands starting Java to:

  1. check for the existence of ${OMERODIR}/var/tmp and create it if necessary
  2. set java.io.tmpdir to ${OMERODIR}/var/tmp

sbesson avatar Oct 28 '25 20:10 sbesson