thanks for your reply.
The reason I tried omero web start is because the web server was apparently not running (as shown in omero diagnostics). Looking at omero web's help, I saw its restart function, I thought this could help -it did not ^^
Here's the output of omero config get --hide-password
- Code: Select all
omero.data.dir=D:\\OmeroBinaries
omero.db.name=omero_database
omero.db.pass=********
omero.db.user=omero_user
omero.jvmcfg.max_system_memory=48000
omero.jvmcfg.percent.pixeldata=50
omero.jvmcfg.system_memory=60000
omero.pixeldata.threads=4
omero.web.cache_backend=file://C:/temp/
As for the command I used to install Omero and IIS, I just followed the sysadmin's procedure for Omero 5.1 (setting omero.db.name / omero.db.user / omero.db.pass, initializing the database then changing JVM settings)
If I browse to the Omero website (http://localhost/omero) I get an HTTP Error 500 documented here:
https://support.microsoft.com/en-us/kb/942031 . Since I'm running IIS 6.2, this information might also be relevant: https://support.microsoft.com/en-us/kb/311852. Would upgrading to IIS 7 help?
Thanks for your help.
Vincent
P.S.: just to be clear, omero.insight works, I just have trouble with the web server.