/**
  * Returns the webapp context path
  *
  * @return the webapp context path
  */
 public String getContextPath() {
   return jettyWebAppContext.getContextPath();
 }