Re: Probelm with shutdown script

2020-08-27 Thread Roger Marquis
understand why Tomcat is different in this respect than say Apache httpd? Roger Marquis - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat shutdown password complexity

2020-05-09 Thread Roger Marquis
their lack of reliability, makes a little clearer why some devops might want to avoid the shipped daemon control scripts. Roger Marquis - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Roger Marquis
save many hassles and provisioning issues if Tomcat (dist and packages) created /var/log/tomcat and, if necessary, symlinked $TOMCAT_HOME/logs. At least that way you could be assured of not having an unwritable log directory. Roger Marquis

Re: Password Authentication Lib?

2016-12-30 Thread Roger Marquis
Christopher Schultz wrote: The code has already been written. http://people.apache.org/~schultz/ApacheCon%20NA%202016/Seamless%20Upgra des%20for%20Credential%20Security%20in%20Apache%20Tomcat.pdf Read the whole thing, but what you are really interested in starts on slide #29. Maybe it's just

Re: Password Authentication Lib?

2016-12-22 Thread Roger Marquis
I have a change-password form that must validate the current user's password and am unable to find a Tomcat (8.0) method to use for this. It's not in FormAuthenticator or any other class I could find. Pointers would be appreciated. It's complicated, but you can do it. What exact version of

Password Authentication Lib?

2016-12-22 Thread Roger Marquis
I have a change-password form that must validate the current user's password and am unable to find a Tomcat (8.0) method to use for this. It's not in FormAuthenticator or any other class I could find. Pointers would be appreciated. Roger