Re: Tomcat 8

2015-02-15 Thread Vadzim Radchykau
This logic was before me on the project. It mean in Tomcat 7 everything works with Spring registred pool and Tomcat registered pool - 2 instances? 03.02.2015 14:45 пользователь "Konstantin Kolinko" написал: > 2015-02-03 14:13 GMT+03:00 Vadzim Radchykau : > > > > 1. Attached file stack.txt > > 2.

Re: To log TLS sessions !

2015-02-15 Thread Utkarsh Dave
Thank you Christ. On Fri, Feb 13, 2015 at 10:03 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Utkarsh, > > On 2/13/15 12:39 AM, Utkarsh Dave wrote: > > Need your thoughts and comments on the requirement where we need > > to

Re: Why does 'absolute-ordering' in web.xml without 'others' kill classpath scanning?

2015-02-15 Thread Mark Thomas
On 15/02/2015 17:42, Ryan Scharer wrote: > Thanks! That comment was an enormous help. I was able to achieve what I > wanted just by setting metadata-complete to true. I had previously assumed > that that would disable jar scanning. Instead it simply disables > web-fragment scanning. > > What still

Re: Why does 'absolute-ordering' in web.xml without 'others' kill classpath scanning?

2015-02-15 Thread Ryan Scharer
Thanks! That comment was an enormous help. I was able to achieve what I wanted just by setting metadata-complete to true. I had previously assumed that that would disable jar scanning. Instead it simply disables web-fragment scanning. What still confuses me is why the only mechanism provided by th

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-15 Thread Vinoth Raja
Hi, I have downloaded tomcat source but couldn't find this dbcp package under "org.apache.tomcat". I have figured out when it happens. I have a class "ConnectionManager" which is called to get the connection object. It is singleton class and I call the below method to get the object public stat

How to have expanded war in non-standard location

2015-02-15 Thread Mark Nichols
All - I’m using Tomcat 7.0.59 on Ubuntu 12.04.4. I’m also using Chef to manage the setup of the VM. The Chef resource I’m using to deploy my webapps produces a directory structure that looks like this: ../webapps /foo /current -> /var/lib/tomcat7/webapps/foo/releases/2.1.0 /