Re: encrypting passwords in tomcat-users.xml

2017-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guy, On 11/20/17 1:23 PM, Guy Mac wrote: > I'm failing to figure out how to encrypt passwords for (slightly) > different versions of Tomcat 8.0.x on different platforms. Some background: older versions of Tomcat only supported single-round

encrypting passwords in tomcat-users.xml

2017-11-20 Thread Guy Mac
I'm failing to figure out how to encrypt passwords for (slightly) different versions of Tomcat 8.0.x on different platforms. With Tomcat 8.0.37 on MacOS, I run digest.sh with a password, placing the output in tomcat-users, and update the Realm for the Catalina engine to:      

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
Thanks, but I'm talking about resource paths and not jar files. - Matt From: Ray Holme [mailto:rayho...@yahoo.com.INVALID] Sent: Friday, November 17, 2017 1:39 PM To: Tomcat Users List Subject: Re: Skip resource path in TLD scanner? I use JSP and there are taglibs

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
While that is good advice, it's not necessarily an appropriate solution for this. It's not that I don't want any TLD scanning, it's that it is scanning folders that I know don't have TLDs and there is no reason to scan them. The scanner already decides to skip the classes and lib paths, so it

RE: Multiple errors

2017-11-20 Thread Karen Goh
Hi all, I managed to get the errors to go away by installing a higher version Tomcat and also update my windows environment variable to JDK 8. Thanks for all the replies. On Mon, 11/20/17, Nicolas Therrien wrote:

Re: Supported callbacks in Tomcat JASPIC implementation

2017-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark and Lazar, On 11/18/17 10:05 AM, Mark Thomas wrote: > On 18/11/17 14:20, Lazar Kirchev wrote: >> Hello Marc, >> >> Do you think it makes sense to make the CallbackHandler >> implementation class configurable, e.g. to be able to specify its >>

Re: [OT] Skip resource path in TLD scanner?

2017-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex, On 11/18/17 8:30 AM, Alex O'Ree wrote: > I'm having similar issues after updating from tomcat7 to tomcat8.5. > The build script for my app adds some sql drivers to tomcat's lib > folder, specifically the derby driver. On bootup tomcat logs a

RE: Multiple errors

2017-11-20 Thread Nicolas Therrien
If you have autodeploy set to ON, make sure you clean your webapps from any leftover war files. I would delete the folder contents entirely and redeploy. On 19.11.2017 07:32, Karen Goh wrote: > Hi, > > I am writing to this group as I could not get an answer from anywhere. > > Basically, I

Re: Supported callbacks in Tomcat JASPIC implementation

2017-11-20 Thread Lazar Kirchev
> Do you think it makes sense to make the CallbackHandler implementation > > class configurable, e.g. to be able to specify its name via a property? > > As a property on the authenticator? I don't see why not. Yes, something like that: https://github.com/apache/tomcat/pull/93 > > In > > this

Re: Multiple errors

2017-11-20 Thread tomcat
On 19.11.2017 07:32, Karen Goh wrote: Hi, I am writing to this group as I could not get an answer from anywhere. Basically, I do not know what happened cos my Tomcat was running fine and then I got a bunch of error. I did a mvn clean, delete all my dependencies in my .m2 repositotries and