Re: file permission problem SOLVED

2017-12-19 Thread Chris Cheshire
On Mon, Dec 18, 2017 at 1:11 PM, Chris Cheshire wrote: > Since moving from a yum controlled installation of tomcat and starting > tomcat via jsvc I have a problem with permissions of uploaded files. > > Now all files that are written by tomcat have permissions of 0600, > where they used to be 0644

Re: Using CentOS 7 logrotate

2017-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lance, On 12/19/17 10:30 AM, Campbell, Lance wrote: > Tomcat 8.0.x CentOS 7 1) Is there a way to tell tomcat to put the > logs for a running instance into /var/log/{somefoldername}/ Sure. Just change the paths of the log files to /var/log/somewhere

Using CentOS 7 logrotate

2017-12-19 Thread Campbell, Lance
Tomcat 8.0.x CentOS 7 1) Is there a way to tell tomcat to put the logs for a running instance into /var/log/{somefoldername}/ . 2) Then have CentOS 7 logrotate take care of the rotation of the files? Thanks, Lance

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-19 Thread Mark Thomas
On 18 December 2017 03:32:40 GMT+00:00, Nitkalya Wiriyanuparb wrote: >Tested with my system – everything’s awesome. I can also confirm that >the edge case I mentioned is valid; calling the varargs method with an >array ${actionBean.getIncludes([“something"])} doesn’t coerce >correctly. I perso