Category Archives: Java

Re-visiting Spring, Ivy and Maven – copy and paste configs

So its been a while since I did any Java development at home and having done enough at work I figured I would get a basic ivy setup with all the regular dependencies that I use for 90% of the … Continue reading

Posted in Java | Tagged , , , , , , , , , , | 3 Comments

Tomcat6 issues upgrading to Ubuntu 10.4 Lucid Lynx

I thought I’d post this in case anyone else hits similar issues upgrading to Ubuntu 10.4. So after following all the steps I decided to keep my existing tomcat6 script under /etc/init.d/tomcat6 because I’d customised it for launching Subsonic Music … Continue reading

Posted in Java, Ubuntu | Tagged , , , | Leave a comment

Using Ivy with Springs repository and other Maven repositories

We use Apache Ivy in the office now and I thought I’d give it a proper whirl at home. In the office we have our repository to store all the libraries we have in our environment and so the setting … Continue reading

Posted in Java | Tagged , , | 3 Comments