Hi,
I'm using Windows server 2003 with IIS6 and with tomcat6 connected with isapi_redirect-1.2.27
My java servlet uses batik to generate an image in png. The server has a static IP (of course) in the LAN, and it is connected to a router (with a public IP address).
Using the browser within the server using the LAN IP address to call the servlet, there is no problem: I can see the image displayed in the browser.
If I connect from outside the LAN (so using the public IP) I got the following connection time out error and so no image! From outside the LAN I am able to navigate through the other jsp pages and servlet.
What could be the causes?
Hosting the same files on another commercial hoster it works without errors.
Please help....
org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:
Connection timed out: connect
at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTranscoder.java:136)
at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:156)