问题具体如下:ype Exception reportmessage An exception occurred processing JSP page /index.jsp at line 32description The server encountered an internal error that prevented it from fulfilling this request.exceptionorg.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 3229:           DriverManager.getConnection(url,user,password);
30:   Statement stmt=conn.createStatement();
31:   String sql="select * from user";
32:   ResultSet rs=stmt.executeQuery(sql);
33:   //System.out.print("鎴愬姛");
34:  
35:   while(rs.next()){请大神指点下哪里错了,帮忙修改NetBeans异常