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

2017-09-28 Thread Guang Chao
On Thu, Sep 28, 2017 at 2:50 PM, Naresh Yadav wrote: > my hard requirement is to run tomcat from eclipse only using sysdeo or > other plugin. > But yes i can try running from service OR startup bat file also... > > Another thing want to highlight is this problem is not

Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Coty Sutherland
On Thu, Sep 28, 2017 at 12:27 PM, Wang, Jennifer wrote: > NONCONFIDENTIAL // EXTERNAL > Hi Coty, > > I download tcnative-1.dll from tomcat site. I am running on windows 7. I did > set " java.library.path" as below. > > > > > @SpringBootApplication > public class

Re: Java 9 support + HSTS for tomcat.apache.org

2017-09-28 Thread Konstantin Kolinko
2017-09-26 11:57 GMT+03:00 Oliver Heister : > 2. Currently MITM attacks by evil ISPs or WiFi networks are possible > against people downloading tomcat from > http://tomcat.apache.org/download-80.cgi . (The page has links to PGP, md5 > and sha1 hashes for validation, but

RE: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
NONCONFIDENTIAL // EXTERNAL Hi Coty, I download tcnative-1.dll from tomcat site. I am running on windows 7. I did set " java.library.path" as below. @SpringBootApplication public class Application { public static void main(String[] args) { //try both of below

RE: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
NONCONFIDENTIAL // EXTERNAL Hi Coty, I download tcnative-1.dll from tomcat site. I am running on windows 7. I did set " java.library.path" as below. @SpringBootApplication public class Application { public static void main(String[] args) { //try both of below

Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Coty Sutherland
On Thu, Sep 28, 2017 at 11:32 AM, Wang, Jennifer wrote: > NONCONFIDENTIAL // EXTERNAL > How to set Http11AprProtocol with embedded tomcat in java spring boot app? > > I keep get below error. You don't have tomcat-native installed. Resolving the problem should be as

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:08 schrieb

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:08 schrieb

how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
NONCONFIDENTIAL // EXTERNAL How to set Http11AprProtocol with embedded tomcat in java spring boot app? I keep get below error. org.apache.catalina.LifecycleException: Failed to initialize component [Connector[org.apache.coyote.http11.Http11AprProtocol-8443]] at

how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
NONCONFIDENTIAL // EXTERNAL How to set Http11AprProtocol with embedded tomcat in java spring boot app? I keep get below error. org.apache.catalina.LifecycleException: Failed to initialize component [Connector[org.apache.coyote.http11.Http11AprProtocol-8443]] at

Re: Java 9 support + HSTS for tomcat.apache.org

2017-09-28 Thread Oliver Heister
> > IMO a remark regarding Java 9 should be added to > > http://tomcat.apache.org/whichversion.html . > > Sounds good. I don't know of anything specific that does NOT work with > Java 9, but markt has been following the pre-releases of Java 9 pretty > closely, and has made adjustments (mostly

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:08 schrieb

Problem with SSL configuration on Tomcat 7.0.53

2017-09-28 Thread Ravikumar Ganugapanta
Hi, OS Version - centos-release-6-5.el6. Tomcat - tomcat 7.0.53 JDK/JRE - java-1.7.0-openjdk-1.7.0.91.x86_64 I created a self signed keystore and certificate and configured below in tomcat server.xml But when I try to access by https://hostname:8443/ URL I get below exception. "IOException: SSL

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

2017-09-28 Thread Naresh Yadav
my hard requirement is to run tomcat from eclipse only using sysdeo or other plugin. But yes i can try running from service OR startup bat file also... Another thing want to highlight is this problem is not consistent and it appear randomly... my guess is when there is more load on server then

Re: Help needed - JPA probem - No connection specified with project

2017-09-28 Thread Karen Goh
On Thu, 9/28/17, Guang Chao wrote: Subject: Re: Help needed - JPA probem - No connection specified with project To: "Tomcat Users List" , "Karen Goh" Date: Thursday,