Re: Do I need a keystore?

2016-05-07 Thread Matthew Herzog
Yeah, I'm still *not* running tomcat as root. I ran it as root once to see if I could tease out any useful error messages, and I probably caused errors by doing so. In any case I'll read the docs, and thanks. On Fri, May 6, 2016 at 12:24 AM, Christopher Schultz < ch...@christopherschultz.net>

Re: Do I need a keystore?

2016-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 5/5/16 9:09 PM, Matthew Herzog wrote: > You said, "the http-bio-8443 endpoint is an HTTP connector, not an > AJP13 connector." > > This is confusing to me because all the tutorials I have read don't > say anything about commenting out

Re: Do I need a keystore?

2016-05-05 Thread Matthew Herzog
Firstly, thanks. You said, "the http-bio-8443 endpoint is an HTTP connector, not an AJP13 connector." This is confusing to me because all the tutorials I have read don't say anything about commenting out the line in server.xml that reads: I had assumed port 8443 was analogous to port 443. Bad

Re: Do I need a keystore?

2016-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 5/5/16 5:05 PM, Matthew Herzog wrote: > 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 >

Do I need a keystore?

2016-05-05 Thread Matthew Herzog
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