#!/bin/bash echo "Content-Type: text/html" echo "" echo "Hello World"
response.setContentType("text/html"); response.getOutputStream().writeln("Hello world");