I'm trying to deploy a bot from the book "Programming Spiders, Bots, and Aggregators in Java".
It's the "translate" program in chapter 4, which is supposed to translate a page into pig latin.
Whenever I run it in Tomcat, I get a connection timed out message, even though I...