500是你web server的毛病,重起,要不从装,重新配.....
//Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request

解决方案 »

  1.   

    记得把缓存里面的东西清除掉,重起tomcat试试
      

  2.   

    为什么啊,重起了tomcat还是不行,还是这个错误
      

  3.   

    to :hfprogramer(wanttobeprogramer)连接数据库没问题to: lanmarco() ( ) 怎么清空缓存啊
      

  4.   

    空指针错误。比较烦人的东西
    有以下几种情况:
    1、数据库中未取到记录,而程序又对记录进行了操作(最常见);
    2、request未取到数据,程序对其进行Integer等转换;
    3、String类型中,a.equals(b),如果a值为空,也出现提示。
    4、session.getAttriblute取得的东西进行转换如果是空值也可能。
    还有...