document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. try{
  2.   out.println("Parametr o nazwie title to:"+this.getServletContext().getInitParameter("title"));
  3. } finally{
  4.   out.close();
  5. }
');