tomcat7 - Tomcat instances on newly added node can't start with SSL -


exception: "java.lang.exception: connector attribute sslcertificatefile must defined when using ssl apr"

i have found error because of missing apr library has manually installed:

"the apr native library may install during tomcat installation."

so library missing on newly installed tomcat instances (czchols3883/czstlls346).

when commented out line in server.xml apr listener:

<listener classname="org.apache.catalina.core.aprlifecyclelistener" sslengine="on" /> 

tomcat started correctly! looks issue caused missing library.

please check out , install missing library on new nodes rh6.5 , tomcat 7.0.59?

due fact want use ssl need certificate , key file. shows message.

i point latest doc don't know tomcat version use.

http://tomcat.apache.org/tomcat-9.0-doc/config/http.html#ssl_support_-connector-apr/native(deprecated)

you have options now, far see.

1.) don't use apr. 2.) provide sslcertificatefile config file.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -