Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 667 Bytes

httpunit

A library for testing websites

Project

Stack Overflow Questions & Answers

http://stackoverflow.com/questions/tagged/http-unit

Servlet 3.1.0 and jsp initializer

After getting ServletRunner to establish the Instance Manager, add the following to your code to use tomcat 8 and better

    // Initializer Jasper
    final JasperInitializer jsp = new JasperInitializer();
    jsp.onStartup(null, this.runner.getSession(true).getServletContext());

Jakarta Support

See 'jakarta' branch with support at release 2.0.0