<html> <head> <title>Hello World!</title> </head> <body> <h1><%=config.getInitParameter("greeting")%></h1> </body> </html>