Thanks for clearing things up! You're totally right, this has already been an "absolute" path, somehow I figuered the servers name and port have to be included. Anyway, this code did the trick ;)
[code]<% String getProtocol=request.getScheme(); String getDomain=request.getServerName(); String getPort=Integer.toString(request.getServerPort()); String serverName = getProtocol+"://"+getDomain+":"+getPort; %>[/code] Thanks, Erando -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=5493c832-ccc8-4adc-b8ba-b9cd1e39c82e ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
