port number in address

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jane
Posts: 14
Joined: Wed Jun 25, 2008 7:16 pm

port number in address

Post by Jane » Mon Oct 06, 2008 1:44 pm

Hello,

I was doing plots with Jfrrechart using Tomcat as web server. Everything was fine
until I installed Apache and then integrated the Apache and Tomcat. After the
integration, when I clicked on a certain link to created a plot, there would be no
plot and no error messages. Then I realized that if I add the Tomcat port number into
the address line, the plot would show up. I'd like to know how could the computer
find the plots without the port number because after the integration, the port
number for Tomcat is no longer available to other computers.

I am not sure if I had explained my problem clear enough. Please let me know if
I didn't.

Thanks a lot!

Jane

RichardWest
Posts: 844
Joined: Fri Oct 13, 2006 9:29 pm
Location: Sunnyvale, CA

Post by RichardWest » Mon Oct 06, 2008 5:22 pm

This is not a JFreeChart issue. I would recommend you post this question on either an Apache forum, a Tomcat forum, or both. You are more likely to get a useful answer there than here.
Richard West
Design Engineer II
Advanced Micro Devices
Sunnyvale, CA

Locked