Update AnswerBar settings without restarting Tomcat
Tomcat6 tip
Altering the Context tag in context.xml (/etc/tomcat6/context.xml for ubuntu 10.04) will allow reloading of the answerbar webapp without restarting tomcat
<Context reloadable="true">
Then to effect a restart of the webapp after changing config files, simply
touch web.xml