I was about to tell you that I had the same problem with the $ui tool, the links that it generated were pointing to the 'localhost' address instead of the DNS name, the app is running in a corporate intranet, for a moment I thought that it was a network configuration issue on that server, though the $content and $link tools were generating the right addresses. I switched to the $content tool.
Rogelio -----Original Message----- From: Ilan Azbel [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 12:59 PM To: Turbine Users List Subject: RE: www deployment on a private network address I have just foudn the solution to my own problem. Sorry. I found that you call $ui.image("image.gif", $data) instead of just $ui.image("image.gif") Ilan > -----Original Message----- > From: Ilan Azbel [mailto:[EMAIL PROTECTED] > Sent: 21 June 2004 09:37 > To: Turbine-User > Subject: www deployment on a private network address > > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
