主题 : linux下安装系统出现网页编译不通过
级别: 童生
UID: 812
积分:111 加为好友
威望: 0 精华: 0
主题:15 回复:24
注册时间:2009-09-16
在线时长:0
1#   发表于:2009-11-09 14:43:58  IP:221.68.*.*
org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: 31 in the jsp file: /install/install_setup.jsp
Install cannot be resolved
28:  String webXmlTo = "/web-inf/web.xml";
29:  //������ݿ�
30:  if ("true".equals(isCreateDb)) {
31:  Install.createDb(dbHost, dbPort, dbName, dbUser, dbPassword);
32:  } else {
33:  Install.changeDbCharset(dbHost, dbPort, dbName, dbUser, dbPassword);
34:  }


An error occurred at line: 33 in the jsp file: /install/install_setup.jsp
Install cannot be resolved
30:  if ("true".equals(isCreateDb)) {
31:  Install.createDb(dbHost, dbPort, dbName, dbUser, dbPassword);
32:  } else {
33:  Install.changeDbCharset(dbHost, dbPort, dbName, dbUser, dbPassword);
34:  }
35:  //������
36:  if ("true".equals(isCreateTable)) {


An error occurred at line: 38 in the jsp file: /install/install_setup.jsp
Install cannot be resolved
35:  //������
36:  if ("true".equals(isCreateTable)) {
37:  String sqlPath = application.getRealPath(dbFileName);
38:  List<String> sqlList = Install.readSql(sqlPath);
39:  Install.createTable(dbHost, dbPort, dbName, dbUser, dbPassword,
40:  sqlList);
41:  }
1 共1页