Re: Running as user tomcat

2018-02-23 Thread Coty Sutherland
Also see https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 :) I've been planning to push a solution for that, just haven't gotten around to it yet. On Fri, Feb 23, 2018 at 5:34 PM, André Warnier (tomcat) wrote: > On 23.02.2018 23:32, André Warnier (tomcat) wrote: >> >> On

Re: JKS certificate for Tomcat client authentication

2018-02-23 Thread Igor Cicimov
Hi Chris, On Sat, Feb 24, 2018 at 7:52 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Igor, > > On 2/23/18 4:45 AM, Igor Cicimov wrote: > > Hi all, > > > > I have the following setup in the tomcat default file on > >

Re: Running as user tomcat

2018-02-23 Thread tomcat
On 23.02.2018 23:32, André Warnier (tomcat) wrote: On 23.02.2018 18:52, Peter@Kreuser-Online wrote: Hi Chris, Am 23.02.2018 um 18:36 schrieb Cheltenham, Chris : Hello All, I am trying to run tomcat as a non root user. It will start as the tomcat user but it

Re: Running as user tomcat

2018-02-23 Thread tomcat
On 23.02.2018 18:52, Peter@Kreuser-Online wrote: Hi Chris, Am 23.02.2018 um 18:36 schrieb Cheltenham, Chris : Hello All, I am trying to run tomcat as a non root user. It will start as the tomcat user but it will not bind to connector 443 unless it starts as

Re: Tomcat 8.5.23

2018-02-23 Thread Igor Cicimov
On 16 Feb 2018 4:40 am, "Lawrence Lim" wrote: Hi, I just installed tomcat 8.5.23. I am having problems deploying web apps via manager. To reproduce: 1. Login to tomcat manager 2. Go to " WAR file to deploy" 3. Pick a war file Error

Re: JKS certificate for Tomcat client authentication

2018-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 2/23/18 4:45 AM, Igor Cicimov wrote: > Hi all, > > I have the following setup in the tomcat default file on > Ubunntu-14.04: > > JAVA_OPTS="$JAVA_OPTS > -Djavax.net.ssl.keyStore=/opt/encompass/keystore/keystore.jks" >

RE: Running as user tomcat

2018-02-23 Thread Cheltenham, Chris
YES! Thank you. I forgot about that. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Peter@Kreuser-Online [mailto:l...@kreuser.name] Sent: Friday,

RE: Running as user tomcat

2018-02-23 Thread Caldarale, Charles R
> From: Peter@Kreuser-Online [mailto:l...@kreuser.name] > Subject: Re: Running as user tomcat > Am 23.02.2018 um 18:36 schrieb Cheltenham, Chris : > > I am trying to run tomcat as a non root user. > > It will start as the tomcat user but it will not bind to

Re: Running as user tomcat

2018-02-23 Thread Peter@Kreuser-Online
Hi Chris, > Am 23.02.2018 um 18:36 schrieb Cheltenham, Chris > : > > Hello All, > > I am trying to run tomcat as a non root user. > > It will start as the tomcat user but it will not bind to connector 443 unless > it starts as root. > > Does anyone know

Running as user tomcat

2018-02-23 Thread Cheltenham, Chris
Hello All, I am trying to run tomcat as a non root user. It will start as the tomcat user but it will not bind to connector 443 unless it starts as root. Does anyone know why? 23-Feb-2018 09:14:59.140 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to

RE: [External] RE: Tomcat 8.5.23

2018-02-23 Thread Lawrence Lim
I installed tomcat via untar, something tar -zxf apache-tomcat-8.5.23.tar.gz. I am running Java 8 and no security manager I know of. I already did a chmod 777 in the tomcat directory. Regards, Lawrence Lim   Software Developer — ENBRIDGE TEL: 780-969-6208 10175 101 St NW,  Edmonton,

Re: problems with tomcat 8.5.5

2018-02-23 Thread Lou DeGenaro
ok, i rebooted the linux box and no more exceptions. before that, maybe the service stop didn't stop the 8.5.5 tomcat? so when i tried to service start the 8.5.28 tomcat there were problems? i didn't go hunting for processes to see. nevertheless, all seems well now. thx! Lou. On Fri, Feb

JKS certificate for Tomcat client authentication

2018-02-23 Thread Igor Cicimov
Hi all, I have the following setup in the tomcat default file on Ubunntu-14.04: JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.keyStore=/opt/encompass/keystore/keystore.jks" JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.trustStore=/opt/encompass/keystore/truststore.jks" The keystore.jks holds dozen of SSL keys

Re: problems with tomcat 8.5.5

2018-02-23 Thread logo
Lou, Am 2018-02-23 09:25, schrieb Lou DeGenaro: I've replaced tomcat 8.5.5 with 8.5.28. Now I see these exceptions in catalina.out: 22-Feb-2018 21:45:42.988 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows

Re: problems with tomcat 8.5.5

2018-02-23 Thread Lou DeGenaro
I've replaced tomcat 8.5.5 with 8.5.28. Now I see these exceptions in catalina.out: 22-Feb-2018 21:45:42.988 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not