in one of TOMCAT's working directories, there is a compiled class file for your jsp file, find it and delete it

解决方案 »

  1.   

    你怎么画图?是产生GIF/JPG那样的图么还是用APPLET?
      

  2.   

    你试试你的编码看能否生成一个可在浏览器里显示的GIF/JPG文件
      

  3.   

    我的意思是不在JSP里,而用单独的JAVA程序,但用同样的数据库以及生成图像的编码,另外,你的CONTENT-TYPE设对了么,要用image/gif或 image/jpeg
      

  4.   

    在浏览器里可显示GIF/JPG文件,只是不稳定,经常出现如上错误。在jsp程序里二次调用一段servlet程序<IMG src="http://192.168.0.101/image/servlet/SwxxYl_sqcb?xx=123">,由servlet程序调用数据库数据,并发送图像。
      

  5.   

    jsp里,<%@ page contentType="text/html; charset=gb2312" %>如此设定.
      

  6.   

    in one of the conf directory, there is a file named server.xml, you might want to change a "reloadable" setting to something different from the original setting, set it to false and try again
      

  7.   

    太感谢了,如此设定了速度快了很多,错误也没了。再多问一下,你写程序都用什么开发工具,我的机器Celeron2,667,256M内存,使用jbuider5太慢了,没法忍受,只得用ultraedit写,tomcat窗口看出错来调试程序,简直效率低下,能否推荐一个开发平台?
      

  8.   

    haha, I use Notepad, :-)