We are using just the REST service. Like this: http://ourserver.net:8080/rest?run=XSD11_Validation_RECEIPT.xq&$xml=%5C%...
Based on the recommendation, I disabled, by commenting them out, not needed services: RESTXQ, WebSocket, and WebDAV.
The Qualys Agent runs once every two weeks on a schedule. So, it is not easy to run on demand for testing.
-----Original Message----- From: Christian Grün christian.gruen@gmail.com Sent: Tuesday, April 4, 2023 11:29 AM To: ykhabins@bellsouth.net Cc: BaseX basex-talk@mailman.uni-konstanz.de; Johan Mörén johan.moren@gmail.com Subject: Re: [basex-talk] BaseX HTTP service goes down due to Qualys Agent
Any other ideas what could be done?
Does the problem persist with RESTXQ, WebSocket, and WebDAV removed?
If you manage to create an environment in which you can also disable the BaseX REST service, and if Jetty goes down as well, it may be a problem that doesn’t relate to BaseX.
-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLo g -D{classref}.LEVEL=DEBUG
But the basexhttp.bat file contains just SET and JAVA commands. Question: how to activate Jetty verbose logging?
-D is a standard Java option, so you can e.g. assign it to the BASEX_JVM variable. You can also directly edit the script.