<%-- Programm 6-10b: BSP_ROOT/meinewebapp/simpel/PageIsError.jsp --%> <%@ page import="java.io.*" %> < PRE> <%@ page isErrorPage="true" %> <% ByteArrayOutputStream ba = new ByteArrayOutputStream(); exception.printStackTrace(new PrintStream(ba)); out.print(ba); %>