Re: 8.0->8.5 migration - digests

2016-08-15 Thread Mark Thomas
On 16/08/2016 04:08, Anthony Biacco wrote: > Just started testing a migration from 8.0 to 8.5. > I'm was using digested passwords with digest="sha-512" in my realm for > manager and i noticed in the migration doc that it said the digest property > was removed. > Took me a little while to figure

8.0->8.5 migration - digests

2016-08-15 Thread Anthony Biacco
Just started testing a migration from 8.0 to 8.5. I'm was using digested passwords with digest="sha-512" in my realm for manager and i noticed in the migration doc that it said the digest property was removed. Took me a little while to figure out that this was replaced with the CredentialHandler.

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-15 Thread John Huss
I don't have one. I'm creating the pool in code. Basically like this: PoolConfiguration p = new PoolProperties(); p.setUrl(url); p.setDriverClassName(driverClass); p.setUsername(username); p.setPassword(password); p.setJmxEnabled(true); p.setTestWhileIdle(true); p.setTestOnBorrow(true);

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 8/11/16 3:33 PM, John Huss wrote: > I have verified that in version 8.0.36 of tomcat jdbc the > validation query functionality does not commit the transaction it > starts in order to run the validation query, which can cause an > open

Re: Any way to configure a javascript/html war with deployment-time properties?

2016-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 8/15/16 3:39 PM, KARR, DAVID wrote: > I'm using TomEE, but I think this question is Tomcat-specific, if > there's any solution at all. > > I have a WAR that is a "pure" webapp, with only javascript, css, > and html. The javascript

Any way to configure a javascript/html war with deployment-time properties?

2016-08-15 Thread KARR, DAVID
I'm using TomEE, but I think this question is Tomcat-specific, if there's any solution at all. I have a WAR that is a "pure" webapp, with only javascript, css, and html. The javascript connects to a REST service at a defined host:port. The host:port is currently hardcoded in a javascript

Re: Tomcat8: WARNING: Problem with directory [/usr/share/tomcat8/common

2016-08-15 Thread tomcat
On 15.08.2016 17:12, Wayne Li wrote: Hi, I installed tomcat8 on Ubuntu 16 using sudo apt install tomcat8 I only need one tomcat, no need for CATALINA_BASE. But, I got warnings below. Can I ignore these warnings? Or anything I can do? Any information would be appreciated. Thanks in advance.

Tomcat8: WARNING: Problem with directory [/usr/share/tomcat8/common

2016-08-15 Thread Wayne Li
Hi, I installed tomcat8 on Ubuntu 16 using sudo apt install tomcat8 I only need one tomcat, no need for CATALINA_BASE. But, I got warnings below. Can I ignore these warnings? Or anything I can do? Any information would be appreciated. Thanks in advance. > Aug 07, 2016 8:01:32 PM

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-15 Thread Konstantin Kolinko
2016-08-15 6:22 GMT+03:00 Andrew M : > Thank you so much ! Issue resolved. So why it was not asking for username and > password before ?? Also the standard documentation doesn't talk about > removing that tag from context.xml. One last thing though, I can access