graphics do not show after i combine Apache and Tomcat

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
myepoch
Posts: 23
Joined: Tue Mar 28, 2006 8:23 am

graphics do not show after i combine Apache and Tomcat

Post by myepoch » Fri Jun 16, 2006 6:09 am

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.
Last edited by myepoch on Sun Jun 18, 2006 5:51 am, edited 1 time in total.

myepoch
Posts: 23
Joined: Tue Mar 28, 2006 8:23 am

Post by myepoch » Fri Jun 16, 2006 12:22 pm

can you help me?thanks

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Re: graphics do not show after i combine Apache and Tomcat

Post by angel » Fri Jun 16, 2006 12:29 pm

myepoch wrote:graphics do not show
This is a very short description of your problem.

myepoch
Posts: 23
Joined: Tue Mar 28, 2006 8:23 am

Post by myepoch » Sat Jun 17, 2006 5:35 am

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!
Last edited by myepoch on Sun Jun 18, 2006 5:52 am, edited 2 times in total.

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Mon Jun 19, 2006 7:24 am

Seems to be a configuration issue, but I'm not an expert in Apache/Tomcat configuration.

myepoch
Posts: 23
Joined: Tue Mar 28, 2006 8:23 am

Post by myepoch » Tue Jun 20, 2006 8:37 am

:(

myepoch
Posts: 23
Joined: Tue Mar 28, 2006 8:23 am

Post by myepoch » Mon Jul 03, 2006 4:25 am

can you help me?
thanks

yuhonglei4025
Posts: 1
Joined: Wed Jul 12, 2006 2:34 am

Post by yuhonglei4025 » Wed Jul 12, 2006 4:18 am

:P

Locked