Forwarding to the list...
From: Stefania Axo <stefy@us.ibm.com>
Sent: Wednesday, March 21, 2018 10:05 PM
To: Lizzi, Vincent
Subject: Re: [basex-talk] SSL support for BaseX REST API
ok
i was able to set the property of not starting BaseXServer on both Jetty and WebSphere liberty in WEB-INF\web.xml
<context-param>
<param-name>org.basex.httplocal</param-name>
<param-value>true</param-value>
</context-param>
on the documentation
http://docs.basex.org/wiki/Options#HTTPLOCAL
it says
"If the option is set to false, the database server will be disabled. "
is it the other way around?
"If the option is set to true, the database server will be disabled. "
thanks
Stefania