I've just installed Tomcat6 via apt-get on lucid.
Looking at the directory created here: /usr/share/tomcat6
I was expecting a conf directory to be created under this (based on experiences elsewhere). Instead there was a skel directory created. Under this there was the directories bin and conf.
Do I need to patch up the installation by creating a hard link of a conf directory inside tomcat6 that points to .../tomcat6/skel/conf - or is there something better?
PS - Why do I need to to this? Why doesn't it work out the box?