You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jon yeargers <jo...@lupinesystems.net> on 2003/10/09 19:48:05 UTC

Firewall rules - blocking tomcat traffic inadvertantly?

I have a tomcat server in a DMZ coming off my firewall machine. I have
permitted traffic to /from port 8080 but am having some connection
problems. Are there other *standard* ports needed for communications
with my server process? 
 
Specifically Im trying to call URLConnection::getOutputStream() - AFAIK
it doesn't ask for a specific port # so I don't think Im doing anything
entirely strange with it. Communication with my server process works ok
when its not across the firewall but fails otherwise (I can get info
from the server but I can't send files back).