Re: tomcat ssl setup

2017-09-26 Thread logo
John, > Am 26.09.2017 um 21:26 schrieb John Ellis : > > Yesterday my boss suggested setting up Tomcat vers. 8 as he thought this is > what Jira and/or Confluence would use so I did that and it worked fine on > http port of 8080. I then edited the server.xml file

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
Yesterday my boss suggested setting up Tomcat vers. 8 as he thought this is what Jira and/or Confluence would use so I did that and it worked fine on http port of 8080. I then edited the server.xml file again for the SSL port and got the same result as before; never gets to a webpage login

RE: tomcat ssl setup

2017-09-26 Thread Mark Thomas
On 26 September 2017 20:26:58 BST, John Ellis wrote: >Yesterday my boss suggested setting up Tomcat vers. 8 as he thought >this is what Jira and/or Confluence would use so I did that and it >worked fine on http port of 8080. I then edited the server.xml file >again

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
Yes version 8.5 is what I downloaded & tried but I had already tried both versions (M26 and M27) of 9.0.0. I think this is just something that I am overlooking here; I am not a programmer and have just had to learn all of this to work with Jira and Confluence, that we use here in our office. I

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
Yes I have run into that. I'm using an xml editor to check my work. John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: l...@kreuser.name [mailto:l...@kreuser.name] Sent: Tuesday, September 26, 2017 3:32 PM To: Tomcat Users List

Re: tomcat ssl setup

2017-09-26 Thread logo
G, I hate formatting in Mails... Beware of “ when copying source code! > Am 26.09.2017 um 22:25 schrieb l...@kreuser.name: > > John, > > > >> Am 26.09.2017 um 21:26 schrieb John Ellis : >> >> Yesterday my boss suggested setting up Tomcat vers. 8 as he

Re: tomcat ssl setup

2017-09-26 Thread Konstantin Kolinko
2017-09-27 2:52 GMT+03:00 John Ellis : > Mark I don't see where you wrote anything in this reply? The rules: http://tomcat.apache.org/lists.html#tomcat-users -> 6. Top-posting is bad. Mark posted a link to Webinar video on Youtube, from 2016 webinar series, "TLS

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
Mark I don't see where you wrote anything in this reply? John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, September 26, 2017 5:49 PM To: Tomcat Users List Subject: RE: tomcat

Java 9 support + HSTS for tomcat.apache.org

2017-09-26 Thread Oliver Heister
Hi all, I have two suggestions: 1. The table on http://tomcat.apache.org/whichversion.html has a column “Supported Java Versions” which has entries like “8 and later”. My understanding from e.g. https://marc.info/?l=tomcat-dev=150617891913261=2 is that currently no stable tomcat release

Re: debian 9 and tomcat 8 error at startup

2017-09-26 Thread Emmanuel Bourg
Hi Roberto, You have to install the libservlet3.1-java package. This is a mistake in the packaging that will be fixed in a future update (Debian bug #867247). Emmanuel Bourg Le 26/09/2017 à 07:56, r.bott...@afterbit.com a écrit : > Hi, > i have installed tomcat 8 on a Debian server using

R: debian 9 and tomcat 8 error at startup

2017-09-26 Thread r.bottoni
Hi Emmanuel, Thank you! It works! Roberto -Messaggio originale- Da: Emmanuel Bourg [mailto:ebo...@apache.org] Inviato: martedì 26 settembre 2017 08:19 A: Tomcat Users List ; r.bott...@afterbit.com Oggetto: Re: debian 9 and tomcat 8 error at startup Hi Roberto,

different a thread status in tomcat7,tomcat8

2017-09-26 Thread 박원석
Hello, I'm operating some services under this environment. 1. server OS : RHEL 6.x JVM : 1.8.0_x WEB : httpd 2.2.24 WAS : tomcat-8.0.44(tomcat-native1.2.14) 2. server OS : RHEL 6.x JVM : 1.8.0_x WEB : httpd 2.2.24 WAS : tomcat-7.0.75(tomcat-native1.2.14) I can see a RUNNABLE thread in my

Randomly tomcat process create another copy process of it. Now see two PIDs of tomcat running

2017-09-26 Thread Naresh Yadav
Hi all, Already posted my problem on stackoverflow but not got any respo/nses so thought of posting here. Please read and help me with possible resolutions ?? https://stackoverflow.com/questions/46409358/randomly-tomcat-process-create-another-copy-process-of-it-now-see-two-pids-of-t Thanks

Re[2]: Tomcat 7/8/9 context path restrictions/validation

2017-09-26 Thread Konstantin Ryadov
>Четверг, 21 сентября 2017, 11:27 +03:00 от Mark Thomas : > >On 20/09/17 10:47, Konstantin Ryadov wrote: >> >> Hello! >> Could you explain context path (e.g. described on >> https://tomcat.apache.org/tomcat-7.0-doc/config/context.html ) value set in >> server.xml limitations?