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 out
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.
M
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);
p.setTes
-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 trans
-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 conne
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 vari
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.
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 org.a
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
> "Server Status" and "Manager ap