Of course, I should have thought about that before I said something. I changed an install script I have and led myself to believe the file disappeared (or was no longer needed/desired because everything in it was defaulted).
Regards, Scott From: Jean-Baptiste Onofré <[email protected]> Sent: Wednesday, February 20, 2019 12:07 AM To: [email protected] Subject: Re: Missing .cfg file? Hi Scott Pax web cfg file is not present by default in the standard distribution. It will come when installing the http feature. Regarding the file content, I will add (commented) the SSL part in pax web. Regards JB Le 19 févr. 2019, à 23:51, "Leschke, Scott" <[email protected]<mailto:[email protected]>> a écrit: It looks like there isn’t an etc/org.ops4j.pax.web.cfg in the Windows distro of Karaf 4.2.3. I’m guessing this isn’t by design although I could be wrong. If I’m not wrong, might I suggest that you consider adding the SSL related properties to the file as well, with appropriate defaults of course. org.osgi.service.http.enabled=true org.osgi.service.https.enabled=false org.osgi.service.http.secure.enabled=false org.osgi.service.http.port.secure=8443 #org.ops4j.pax.web.ssl.keystore= #org.ops4j.pax.web.ssl.password= #org.ops4j.pax.web.ssl.keypassword=
