Hello, My web server is sitting on a private network address, with IP address 10.0.0.25. I am trying to allow people from the internet to see my site. I allow the traffic through the firewall using network address translation.
All works fine, except for one thing: the source code that is sent to the client's browser tries to load images from the private network address. The links on the page (generates with $link.getPage(...)) work correctly, but the image references created with $ui return back http://10.0.0.25/..... I am not sure if this is a turbine question, tomcat configuration issue, or velocity issue. Any help would be appreciated. Ilan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
