Issue with RequestDispatcher including JSP programmatically in Weblogic 12c
问题 I'm struggling with the following situation: In our current web application running on Tomcat 7.0.64, we manage to include a JSP page via Java with the help of an own class CharArrayWriterResponse implementing HttpServletResponseWrapper . The reason for doing so is that we wrap the resulting HTML into JSON needed for an AJAX Response. Dependencies: <dependency> <groupId>javax</groupId> <artifactId>javaee-web-api</artifactId> <version>7.0</version> <scope>provided</scope> </dependency>