After configuring SSL and adding model_bits to WebApp config the webapp does not launch
book
Article ID: 211403
calendar_today
Updated On:
Products
CA Spectrum
Issue/Introduction
Adjusted the SSL configuration in the WebApp configuration.
-host localhost -port 8443 -ssl true -compress 9 ${customArgs} -model_bits 20
Environment
Release : 20.2
Component : Spectrum Core / SpectroSERVER
Resolution
${customArgs} must be last in the configuration.
This works:
-host localhost -port 8443 -ssl true -compress 9 -model_bits 20 ${customArgs}
-host localhost -port 8443 -ssl true -compress 9 ${customArgs} -model_bits 20
Feedback
thumb_up
Yes
thumb_down
No