Skip to content

Monthly Archives: May 2007

Using vi ? Try this in Google

I followed advice from my father and learned how to type back in high school. Using a typewriter, in case you wonder. The first time I had to type something, I forced myself to “do it right”, even though hunt and peck was faster. I now type quite fast, and I can type while looking [...]

Making Jetty listen to the local interface only

I use Apache’s Forrest tool, which uses internally the Jetty engine. I wanted to make Jetty listen to 127.0.0.1 instead of 0.0.0.0, so my computer wouldn’t show up in a enterprise port scan.
I had trouble finding the information. I went looking for the link again without any success. So I am posting it here, where [...]