Archive for August, 2007

Host names should not contain underscores (especially when connecting with Apache HttpClient)

Tuesday, August 21st, 2007 Posted in web | No Comments »

We had a problem connecting to a tomcat service using HttpClient 3.1 on my current project. After a lot of hunting I tracked this down to the URI class in ... Read more..

Generating a classpath to include all .jar files in MS-DOS

Monday, August 20th, 2007 Posted in java | 2 Comments »

Interesting, isn't it, that DOS stands for 'Denial of Service' as well as 'Disk Operating System'? I recently had a problem whereby I needed to write a .bat file to launch ... Read more..