Re: Tomcat 8.5.28 SSL - Cannot store non-PrivateKeys

2018-03-14 Thread Richard Tearle
Hello On 1 March 2018 at 23:31, George S. wrote: > I'm hitting the error: > > SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8443]] > org.apache.catalina.LifecycleException: Failed to initialize component > [Connector[HTTP/1.1-8443]] > Caused by: org.apache.catalina.LifecycleExceptio

Re: Tomcat 8.5.28 SSL - Cannot store non-PrivateKeys

2018-03-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 3/1/18 6:31 PM, George S. wrote: > I'm hitting the error: > > SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8443]] > org.apache.catalina.LifecycleException: Failed to initialize > component [Connector[HTTP/1.1-8443]] Caused

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
...@christopherschultz.net] Sent: Friday, March 2, 2018 11:55 AM To: users@tomcat.apache.org Subject: Re: tomcat 8.5.28 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olaf, On 3/2/18 9:30 AM, Olaf Kock wrote: > On 02.03.2018 15:22, Cheltenham, Chris wrote: >> From: Cheltenham, Chris [mailto:cc

Re: tomcat 8.5.28

2018-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olaf, On 3/2/18 9:30 AM, Olaf Kock wrote: > On 02.03.2018 15:22, Cheltenham, Chris wrote: >> From: Cheltenham, Chris [mailto:ccheltenham-...@philasd.org] >> Sent: Friday, March 02, 2018 9:08 AM To: 'Tomcat Users List' &

embedded tomcat (8.5.28) classloading issues when adding another war file and classes can be resolved via that webapp classloader and the bootstrap classloader

2018-03-02 Thread Torsten Krah
Hi, i am using an embedded tomcat to e.g. start my wicket application in my IDE. This works fine so far - the whole classpath used and provided by IntelliJ is used. But adding e.g. a war file via setWebapp to start some additional webapps i am running into some issues with that war files. The in

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
enham-...@philasd.org] Sent: Friday, March 2, 2018 10:43 AM To: Tomcat Users List Subject: RE: tomcat 8.5.28 Thanks My friend , I have tried that without success. [root@cjc logs]# iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443 [root@cjc logs]# curl -k https://10.32.3

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Users List Subject: Re: tomcat 8.5.28 sudo iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 sudo iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443 then you can save the iptables so they stick after reboot: sudo service iptables save On 2 March

Re: tomcat 8.5.28

2018-03-02 Thread Johan Compagner
sudo iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 sudo iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443 then you can save the iptables so they stick after reboot: sudo service iptables save On 2 March 2018 at 15:08, Cheltenham, Chris wro

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
] Sent: Friday, March 2, 2018 9:49 AM To: users@tomcat.apache.org Subject: Re: tomcat 8.5.28 On 02.03.2018 15:41, Cheltenham, Chris wrote: > Mark, > > Can you elaborate on what is going on there? > What trolls? > I don’t know what that means. See : https://en.wikipedia.org/wiki

Re: tomcat 8.5.28

2018-03-02 Thread tomcat
of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, March 2, 2018 9:39 AM To: Tomcat Users List ; Olaf Kock Subject: Re: tomcat 8.5.28 On 02/03/18 14:30, Olaf Kock wrote: On 02.03.2018 15:22, Cheltenham

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
[mailto:ma...@apache.org] Sent: Friday, March 2, 2018 9:39 AM To: Tomcat Users List ; Olaf Kock Subject: Re: tomcat 8.5.28 On 02/03/18 14:30, Olaf Kock wrote: > > > On 02.03.2018 15:22, Cheltenham, Chris wrote: >> What? > > don't feed the trolls ;) Better still, u

Re: tomcat 8.5.28

2018-03-02 Thread Mark Thomas
er@... should you need our help. I have unsubscribed this particular user. Mark > >> From: Cheltenham, Chris [mailto:ccheltenham-...@philasd.org] >> Sent: Friday, March 02, 2018 9:08 AM >> To: 'Tomcat Users List' >> Subject: tomcat 8.5.28 >> >> H

Re: tomcat 8.5.28

2018-03-02 Thread Olaf Kock
On 02.03.2018 15:22, Cheltenham, Chris wrote: What? don't feed the trolls ;) From: Cheltenham, Chris [mailto:ccheltenham-...@philasd.org] Sent: Friday, March 02, 2018 9:08 AM To: 'Tomcat Users List' Subject: tomcat 8.5.28 Hello, Has anyone set up tomcat as a non-root use?

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Cc: ccheltenham-...@philasd.org Subject: RE: tomcat 8.5.28 Please paused on all your attempts none of this sounds above board so many issues and no one has a point of contact to talk to or whom to I should go to please don't proceed until I have spoken to a software specialist.

RE: tomcat 8.5.28

2018-03-02 Thread THOMAS, NEFERTA C
Sent: Friday, March 02, 2018 9:08 AM To: 'Tomcat Users List' Subject: tomcat 8.5.28 Hello, Has anyone set up tomcat as a non-root use? I have set it up successfully however, I have to bound the non-root user to port 8443. What is the best way to reroute 8443 through 443? There are

tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Hello, Has anyone set up tomcat as a non-root use? I have set it up successfully however, I have to bound the non-root user to port 8443. What is the best way to reroute 8443 through 443? There are several options. Everything is set up at send to port 443 so I need to reroute 8443 i

Tomcat 8.5.28 SSL - Cannot store non-PrivateKeys

2018-03-01 Thread George S.
I'm hitting the error: SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8443]] org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8443]] Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed Caused by: java.la

[ANN] Apache Tomcat 8.5.28 available

2018-02-13 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.28. Tomcat 8.x users should be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language