when I run the startup script

/usr/bin/java -Djava.security.egd=file:/dev/./urandom
-Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=256m
-XX:+UseConcMarkSweepGC -classpath
/usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar
-Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat
-Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat/temp
-Djava.util.logging.config.file=/usr/share/tomcat/conf/logging.properties
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
org.apache.catalina.startup.Bootstrap start

I see the following error.

SEVERE: Failed to initialize end point associated with ProtocolHandler
["http-bio-8443"]

java.io.FileNotFoundException: /root/.keystore (No such file or directory)
So if I change my ajp config from

<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
to

<Connector port="8009" protocol="AJP/1.3" redirectPort="80" />

will I be able to avoid the keystore work? I'm doing a proof of concept so
my cluster will never be exposed to the Internet.

-- 
"I am no Einstein."
-- Albert Einstein

Reply via email to