1.web server is tomcat:
when i run http://localhost:8080/my.jsp in IE,graphics been created by jfreechart and they display success in ie.
2.web server is combined by Tomcat5.5 and httpd2.0 of Apache .
I run http://localhost:80/my.jsp in IE,graphics do not display in ie.
but I running port 8080(http://localhost:8080/my.jsp),graphics can display.
why,I running port 80 (http://localhost:80/my.jsp),graphics do not display after i combine Tomcat5.5 and httpd2.0 of Apache
thanks all.
graphics do not show after i combine Apache and Tomcat
graphics do not show after i combine Apache and Tomcat
Last edited by myepoch on Sun Jun 18, 2006 5:51 am, edited 1 time in total.
Re: graphics do not show after i combine Apache and Tomcat
This is a very short description of your problem.myepoch wrote:graphics do not show
Hello, everybody,
I'm using JFreeChart to produce PNG file to browser.
It can be displayed normally under JK2+Tomcat,
but can't be displayed under Apache+JK2+Tomcat, with only a red X in IE.
Did anyone meet this situation before or have some idea of any possibilities that could cause this problem?
waiting for any replay.....
Thanks a lot!
I'm using JFreeChart to produce PNG file to browser.
It can be displayed normally under JK2+Tomcat,
but can't be displayed under Apache+JK2+Tomcat, with only a red X in IE.
Did anyone meet this situation before or have some idea of any possibilities that could cause this problem?
waiting for any replay.....
Thanks a lot!
Last edited by myepoch on Sun Jun 18, 2006 5:52 am, edited 2 times in total.