Posts Tagged: tomcat

network pc monitors

Interesting Java Jersey + RxJava finding

Posted by & filed under , .

It so happens that in a few of the apps I work on here in Netflix we use Jersey libraries inside a Tomcat container. As such I use the JSR annotations a lot safe in the knowledge that Jersey will take care of all the plumbing work and deal with routing and serialization/deserialization so I […]

Tracking Users Online — Part 3

Posted by & filed under , , .

I’ve been lucky enough to get some time on my hands to put together a small release of the PixelServer project — and this is the post to accompany it. If you’re familiar with my posts from this series (see the previous entry here btw), you know that the code is hosted on Github under […]

Play Framework

About the Play! Framework and Their Thread Pooling

Posted by & filed under , , .

This is a rather interesting find and I’m still looking into it — so hopefully will come back with more insights on it — but I thought I’d publish these things as I find them. So bear with me as I unravel this mistery — as of right now, unless I’m looking in the wrong […]

Script to Quickly Create a Java Spring MVC Project

Posted by & filed under , , .

I’ve been (a bit) frustrated recently with the lack of support for quickly creating a Spring MVC project skeleton — there seems to be some maven archetypes but most of them I found to either not be maintained for a while and/or they install so much stuff that I decided not to use them. All […]

First Steps with Jolokia

Posted by & filed under , , .

In a (rather old) previous post I have talked about using Sun (ahem Oracle!) JMX/HTML bridge to manage and monitor your applications. As it happens, that agent has been discontinued and due to various licensing issues (I’m guessing) one can’t even download it normally from a maven repo, and has to rely on all sorts […]

The Other Side of the Fence

Posted by & filed under , , .

I felt I needed to write this, as we have been interviewing for a bit in Cognitive Match, for various segments of our technical team and we had occasionally bad luck with the candidates who turned up. Having been on both sides of the recruiting fence in my life, I realise that a certain percentage […]

Running Tomcat on Port 80 on a Mac — shell script

Posted by & filed under , .

If you’ve been messing about with Tomcat on a Mac OS X, you probably came across the problem of not being able to run the damn Tomcat on port 80. This to many won’t come as a problem, as in most cases port 8080 works fine for local development/testing. However, I found out that this […]

Server Migration

Posted by & filed under , , .

Some of you might have noticed, some might not, but I finally got off my arse to migrate my liviutudor.com domain to a proper hosting package. Gone are the days where I had 2 servers stuck under my desk at home — as much as I had fun X11-ing into my Linux boxes and adding […]