如:
String filecontent = "<%@ page language="java" pageEncoding="UTF-8" %><%String path = request.getContextPath();%><html><head><title></title></head><body><img src="<%=path%>/images/log.gif"/></body></html>";
如何将上面的 filecontent 中的JSP文件字符串内容进行解析??
(不要生成一个新的jsp文件,然后response.sendRedirct(...))
------解决方案--------------------
搞不定呀,相当于再写个tomcat容器了