日期:2014-05-18  浏览次数:20687 次

编译jsp的问题
WebRoot\WEB-INF\work\_jsp目录下,看到两个文件:
1._login__jsp
代码为:  
package   _jsp;
import   javax.servlet.*;
import   javax.servlet.jsp.*;
import   javax.servlet.http.*;
import   java.sql.*;

public   class   _login__jsp   extends   com.caucho.jsp.JavaPage{
    private   boolean   _caucho_isDead;
   
    public   void
    _jspService(javax.servlet.http.HttpServletRequest   request,
                            javax.servlet.http.HttpServletResponse   response)
        throws   java.io.IOException,   javax.servlet.ServletException
    {
        com.caucho.server.webapp.Application   _jsp_application   =   _caucho_getApplication();
        javax.servlet.ServletContext   application   =   _jsp_application;
        com.caucho.jsp.PageContextImpl   pageContext   =   com.caucho.jsp.QJspFactory.allocatePageContext(this,   _jsp_application,   request,   response,   "/ ",   null,   8192,   true);
        javax.servlet.jsp.JspWriter   out   =   pageContext.getOut();
        javax.servlet.ServletConfig   config   =   getServletConfig();
        javax.servlet.Servlet   page   =   this;
        response.setContentType( "text/html;   charset=gb2312 ");
        request.setCharacterEncoding( "GB2312 ");
        try   {
            out.write(_jsp_string0,   0,   _jsp_string0.length);
        }   catch   (java.lang.Throwable   _jsp_e)   {
            pageContext.handlePageException(_jsp_e);
        }   finally   {
            com.caucho.jsp.QJspFactory.freePageContext(pageContext);
        }
    }

    private   java.util.ArrayList   _caucho_depends   =   new   java.util.ArrayList();

    public   java.util.ArrayList   _caucho_getDependList()
    {
        return   _caucho_depends;
    }

    public   void   _caucho_addDepend(com.caucho.make.PersistentDependency   depend)
    {
        super._caucho_addDepend(depend);
        com.caucho.jsp.JavaPage.addDepend(_caucho_depends,   depend);
    }

    public   boolean   _caucho_isModified()
    {
        if   (_caucho_isDead)
            return   true;
        if   (com.caucho.util.CauchoSystem.getVersionId()   !=   -2379814559492658711L)
            return   true;
        for &nb