Taha Hafeez wrote: > > Hi Ross, > > I don't think it has anything to do with ZoneUpdater or Tapestry. The base > url/context is provided by the servlet container. I think the solution > will > be to replace http://127.0.0.1:7070/ by your domain name:port > > regards > Taha >
You're right. I used a relative URL instead by changing the line in the ZoneUpdater to be relative: //String url = resources.createEventLink(event, context).toAbsoluteURI(); String url = resources.createEventLink(event, context).toURI(); Thanks for the tip. Ross -- View this message in context: http://tapestry.1045711.n5.nabble.com/ZoneUpdater-uses-proxy-URL-rather-than-external-URL-Apache-Tomcat-mod-proxy-tp4567155p4568387.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org