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

2017-09-22 Thread Karen Goh
Hi all, My apologies, my Tomcat server version is Apache Tomcat 8.0.29 Server. The JDK is 1.8 Hope to get some advice what went wrong in regards to the No connection specified with project. Tks & rgds, Karen On Fri, 9/22/17, Konstantin Kolinko

publishing tomcat server as maven artifact

2017-09-22 Thread Alex O'Ree
In light of the recent security issues, has the tomcat dev's ever consider publishing the tomcat server as a maven artifact? I just tomcat as a base server for Apache jUDDI and for several other projects whereby I create preconfigured tomcat instance. It's also super useful for integration

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
I used the keytool command, then submitted the CSR to the cacert.org site, then put root and main certificates in place and referenced them in the server.xml file. John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org]

Re: tomcat ssl setup

2017-09-22 Thread Mark Thomas
On 22/09/17 16:44, John Ellis wrote: > I have installed Tomcat 9.0.0.M27 on this test server but I still get the > same result; when I try to connect to Tomcat on the secure port of 8443 it > just sits there and has a spinner up at the top of the browser window but if > I try to connect to it

Re: "Cannot store non-PrivateKeys" exception moving from 8.0.37 to 8.5.20 - Linux

2017-09-22 Thread Sean Dawson
Ok thank you for the replies. It may take me some time to be able to test rev21 on the production server with its keystore (but maybe I can test it locally too - if it at least starts up). Any other info you need from me to help identify the issues needing resolution? On Fri, Sep 22, 2017 at

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
I have installed Tomcat 9.0.0.M27 on this test server but I still get the same result; when I try to connect to Tomcat on the secure port of 8443 it just sits there and has a spinner up at the top of the browser window but if I try to connect to it back on the non-secure port of 8080 it works

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
OK I will try to find, download and try that version. Thanks! John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, September 22, 2017 9:17 AM To: Tomcat Users List Subject: Re:

Re: tomcat ssl setup

2017-09-22 Thread Mark Thomas
On 22/09/17 15:05, John Ellis wrote: > Andre I saw where you asked Mark Thomas, on another thread, if the issue on > that thread might be causing the SSL issue that I am having. On the server > that I have been using for the testing of Tomcat 9 version 8 was already > installed on it. It's just

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
Andre I saw where you asked Mark Thomas, on another thread, if the issue on that thread might be causing the SSL issue that I am having. On the server that I have been using for the testing of Tomcat 9 version 8 was already installed on it. It's just that my boss said to download, install and work

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

2017-09-22 Thread Konstantin Kolinko
2017-09-22 13:35 GMT+03:00 Karen Goh : > Hi expert, > > I have been trying very hard to nail the above problem including asking > various forums like CodeRanch, dream in code etc but to no avail. > > As such, I am hoping to get help from the Apache Tomcat user

Re: Fwd: [SECURITY] CVE-2017-12615 Apache Tomcat Remote Code Execution via JSP upload

2017-09-22 Thread Mark Thomas
On 22/09/17 10:36, Maarten van Hulsentop wrote: > I have tried to reproduce this issue on a fresh tomcat 7.0.78 installation. > The issue can indeed easily be reproduced on the default servlet by setting > the readonly property to false. After that, it is possible to PUT the jsp > and the GET

Help needed - JPA probem - No connection specified with project

2017-09-22 Thread Karen Goh
Hi expert, I have been trying very hard to nail the above problem including asking various forums like CodeRanch, dream in code etc but to no avail. As such, I am hoping to get help from the Apache Tomcat user support. Tools and setting : Eclipse Mars, Tomcat 1.8, MySQL, OS : Windows 7, Maven,

Re: Fwd: [SECURITY] CVE-2017-12615 Apache Tomcat Remote Code Execution via JSP upload

2017-09-22 Thread Maarten van Hulsentop
Hello, Op wo 20 sep. 2017 om 09:27 schreef Mark Thomas : > On 19/09/17 14:10, Mark Thomas wrote: > > On 19/09/17 14:00, André Warnier (tomcat) wrote: > >> Hello. > >> > >> Did the issue below also affect the DAV application ? > > > > Yes, as the WebDAV servlet also processes

Re: [SECURITY] CVE-2017-12617 Apache Tomcat Possible additional RCE via JSP upload

2017-09-22 Thread Mark Thomas
Update: The review did not identify any further security concerns but it did identify a handful of places where the code could benefit from some clean-up. This clean-up makes the purpose of the code clearer and eases future maintenance in this security-relevant area of the code base. The