Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-05 Thread Mark Eggers
On 8/5/2016 2:19 PM, Sean Son wrote: > Hello! > > I am currently running Tomcat 8 on RHEL 7.2 with one web application > called AppVet (A mobile Application Vetting program). The > application works well but when I tried to use a script to allow > tomcat to start up at boot, the webapp gives an

Strange MySQL error when starting tomcat 8 on boot

2016-08-05 Thread Sean Son
Hello! I am currently running Tomcat 8 on RHEL 7.2 with one web application called AppVet (A mobile Application Vetting program). The application works well but when I tried to use a script to allow tomcat to start up at boot, the webapp gives an authentication error. I saw the following error i

Re: Release Dates

2016-08-05 Thread Violeta Georgieva
Hi, The date for the latest release is just above the change log. For 7.0.70 it is June 15, 2016. Regards, Violeta On Friday, 5 August 2016, Salvatore Bellassai < sbellas...@foxguardsolutions.com> wrote: > Violeta, > > I did find that before I posted in the mailing list, but there is no > relea

RE: Release Dates

2016-08-05 Thread Salvatore Bellassai
Violeta, I did find that before I posted in the mailing list, but there is no release date for 7.0.70. 70.069 and previous all appear to have release dates, but there was no date for 7.0.70. Was this just an error? Thank you for your help. > -Original Message- > From: Violeta Georgiev

Re: Release Dates

2016-08-05 Thread Violeta Georgieva
Hi, Check the change log [1]. There you can find the release dates. Regards, Violeta [1] http://tomcat.apache.org/tomcat-7.0-doc/changelog.html On Friday, 5 August 2016, Salvatore Bellassai < sbellas...@foxguardsolutions.com> wrote: > Hello, > > I was hoping someone could tell me where Release

Re: Release Dates

2016-08-05 Thread Ben Stringer
The archives may be useful. Assuming you mean historical release dates. http://archive.apache.org/dist/tomcat/tomcat-7/ Cheers, Ben > On 6 Aug 2016, at 12:37 AM, Salvatore Bellassai > wrote: > > Hello, > > I was hoping someone could tell me where Release Dates can be obtained for > Tomcat 7

Re: Release Dates

2016-08-05 Thread Jason D. Burkert
This may help. http://tomcat.markmail.org/search/?q=Apache%20Tomcat%20released -Jason On 2016-08-05 10:37 AM, Salvatore Bellassai wrote: Hello, I was hoping someone could tell me where Release Dates can be obtained for Tomcat 7.0? Thank you. Salvatore "Trace" Bellassai Security Technician,

Re: why does Rfc6265CookieProcessor throw an IllegalArgumentException when setting a cookie with a domain attribute starting with a . ?

2016-08-05 Thread Mark Thomas
On 5 August 2016 13:48:03 BST, Clemens Fuchs wrote: >Hi, >  >Why does Rfc6265CookieProcessor throw an IllegalArgumentException when >setting a cookie with a domain attribute starting with a . ? Because RFC6265 does not allow domains to start with . >I didn't find anything in https://tools.ietf.o

Re: tomat8.5 write logs with incorret os permission

2016-08-05 Thread Daniel Savard
To me, it appears as false problem. I don't see why the change to the permissions on the log file is so critical for the security. You can simply set appropriately the permissions on the directory where the log files are written if you don't want anyone to look at them. You can use ACL if your OS s

Release Dates

2016-08-05 Thread Salvatore Bellassai
Hello, I was hoping someone could tell me where Release Dates can be obtained for Tomcat 7.0? Thank you. Salvatore "Trace" Bellassai Security Technician, FoxGuard Solutions, Inc. (O) (540) 382-4234 x222 sbellas...@foxguardsolutions.com 105 Industrial Drive, Christiansburg, VA 24073 www.FoxGuard

why does Rfc6265CookieProcessor throw an IllegalArgumentException when setting a cookie with a domain attribute starting with a . ?

2016-08-05 Thread Clemens Fuchs
Hi,   Why does Rfc6265CookieProcessor throw an IllegalArgumentException when setting a cookie with a domain attribute starting with a . ? I didn't find anything in https://tools.ietf.org/html/rfc6265 about this and think the Rfc6265CookieProcessor might be to restrictive here.   thx, Clemens ---

Re: tomat8.5 write logs with incorret os permission

2016-08-05 Thread tomcat
Hi. On 05.08.2016 08:00, wrote: Definitely a bad idea to relax the default permissions back to where they were. If you want to expose your own system to abuse, you can set umask as documented in the changelog. Is there a way to like config some param to force tomcat write logs in old wa