{
log.error("No URL base specified");
throw new ModelException("No URL base specified");
}
Output player = response.createOutput("player");
player.setAttribute("playerUrl", getConfiguration().getChild("playerUrl").getValue(null));
player.setAttribute("urlBase", urlBase);
player.setAttribute("server", request.getServerName());