Re: TomcatCon @ ApacheCon

2017-01-09 Thread David Landis
> > Embedded Tomcat and microservices? With and as an alternative to Spring > Boot? > > -Terence Bandoian > http://www.tmbsw.com/ > > +1. Something to do with using Tomcat within a microservices architecture, possibly with Docker and Kubernetes.

Re: Tomcat 8.0.24 seems broken (empty POST body)

2015-07-31 Thread David Landis
On Fri, Jul 31, 2015 at 8:19 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > > To be fair, it would be easy to read the first phrase in that > changelog entry and conclude "I'm not using multipart/form-data" and > ignore the rest of the entry. Indeed, I think that's how most pe

Tomcat 8.0.24 seems broken (empty POST body)

2015-07-30 Thread David Landis
Just tried to upgrade my app from 8.0.20 to 8.0.24 and noticed I couldn't login. The POST requests were correct on the client side but had an empty body on the server side. So instead I tried upgrading to 8.0.23 and everything works perfectly fine there. Looked at the 8.0.24 changelog and didn't s

Re: Debugging Tomcat Running in Vagrant using Port Forwarding

2015-04-30 Thread David Landis
On Thu, Apr 30, 2015 at 6:06 PM, Konstantin Kolinko wrote: > > Note that you have 2 firewalls, one on your own machine (to allow > outgoing connections), another on the one running in virtual box (to > allow incoming connections). > > Can you connect with a simple client, e.g. telnet? Yeah fir

Re: Debugging Tomcat Running in Vagrant using Port Forwarding

2015-04-30 Thread David Landis
On Thu, Apr 30, 2015 at 5:24 PM, Konstantin Kolinko wrote: > > Have you started Tomcat in debug mode? > E.g. "./catalina.sh jpda start" > > See JPDA_ADDRESS option in catalina.sh source code. > Hi Konstantin. Yes I have. Like I noted in the original question Tomcat correctly outputs on startup:

Re: Debugging Tomcat Running in Vagrant using Port Forwarding

2015-04-30 Thread David Landis
On Thu, Apr 30, 2015 at 3:12 PM, David Marsh wrote: > 8000 Is the HTTP port in development just in case you are using port > 808433 Is similar for HTTPS22 Is SSH port > Normally you define a free port in a user range say 9009, to be your debug > port. > Then you use a suitable java debugger to co

Debugging Tomcat Running in Vagrant using Port Forwarding

2015-04-30 Thread David Landis
Hi, I was wondering if anyone here might have any idea about this issue I was having debugging my Tomcat app. I posted this question on Stack Overflow several days ago but didn't get any responses (and it said it was only viewed 15 times despite having the Java and Tomcat tags which is weird). Any

Re: JNDI initialization since Tomcat 8.0.1

2014-04-16 Thread David Landis
On Sun, Apr 13, 2014 at 4:02 PM, Konstantin Kolinko wrote: > > > By the way, there exists an Apache project implementing the JPA > specification, > http://openjpa.apache.org/ It does not really work with Tomcat though does it? See this issue: https://issues.apache.org/jira/browse/OPENJPA-1590 or

Re: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-10 Thread David Landis
On Wed, Apr 9, 2014 at 1:24 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > > > (Checked http://filippo.io/Heartbleed before and after) I built APR > > and Tomcat Native from source on the server, so I assume it's doing > > dynamic library loading. > > > > Is the binary build sta

Re: [OT] [Fwd: TomEE Professional Support]

2013-11-13 Thread David Landis
Im surprised an ASF member wouldn't know better and then would go further and try to defend his spamming of user lists. I think I'll pass on his "guru level" support even if he does know the project on the "code level". On Wednesday, November 13, 2013, André Warnier wrote: > Gurkan Erdogdu wrote:

Re: Tomcat config question: 'compression' versus 'SSLDisableCompression'

2013-08-08 Thread David Landis
On Thu, Aug 8, 2013 at 5:19 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > ... and the SSLDisableCompression setting (when set to "false") is > intended to mitigate the CRIME attack against SSL/TLS compression. > Feel free to read online all about the CRIME attack. > That was

Tomcat config question: 'compression' versus 'SSLDisableCompression'

2013-08-08 Thread David Landis
Hi, I was wondering if someone could clarify the difference between the configuration parameters mentioned in the subject of this email or point me to some documentation that explains it? Do they both refer to the same type of compression? Based on the Tomcat docs I know the former controls whet

Re: Analyzing Connection Pool Errors/Leaks

2013-04-02 Thread David Landis
ion seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Subject: Re: Analyzing Connec

Re: Analyzing Connection Pool Errors/Leaks

2013-04-01 Thread David Landis
Thanks for the response, see my comments inline below. On Mon, Apr 1, 2013 at 3:49 PM, Daniel Mikusa wrote: > On Apr 1, 2013, at 3:31 PM, David Landis wrote: > > > Hi guys, > > > > When running a performance test on my system it starts fine, but after a > > whil

Analyzing Connection Pool Errors/Leaks

2013-04-01 Thread David Landis
Hi guys, When running a performance test on my system it starts fine, but after a while I start getting errors in my application log such as (see the bottom for full stack trace): 2013-03-29 16:38:54,778 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] - [SimpleAsyncTaskExecutor-12842] -

SSL Documentation Suggestion

2012-08-06 Thread David Landis
I have a suggestion after just going through the process of configuring SSL using this link: http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration I would recommend having completely separate sections for each of the SSL implementations (e.g APR or JSSE). The problem is, if you are