Hi Michael, The "defaultBaseURL" is set in Magnolia's config workspace. So that's something you do in magnolia's Backend in the "Config" section of AdminCentral. So in your case that would involve using Lynx, not sure how easy that will be (can Lynx even display the trees in magnolia's backend?).
As a possible solution, can you use SSH-Tunnels? If you are logging in to your server using ssh to use Lynx, you could set up a tunnel via SSH, for example from port 8080 on your client to localhost:8080 on the server. Then you could point your browser to localhost:8080 on your client and should be connected to your magnolia instance on the server via the ssh tunnel... Regards from Vienna, Richard -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Michael Mooring (via Magnolia Forums) Gesendet: Freitag, 07. September 2012 22:36 An: Magnolia User List Betreff: [magnolia-user] Re: localhost vs IP Hey Maik, That did help, thanks. Thanks for all the help everyone. I understand now that I can acess localhost:8080 on my CentOS 6 Rackspace server via lynx (the text browser) and from there I did the author and public updates. Now it's asking to set the [code]defaultBaseUrl[/code]. I'm understanding from snooping around the structure in [code]/webapps/magnoliaAuthor/WEB-INF/web.xml[/code] is like: [code]WEB-INF/config/${servername}/${webapp}/magnolia.properties[/code] but where might/should I set the [code]defaultBaseUrl[/code] property and should I set [code]${servername}[/code], [code]${webapp}[/code] ect... somewhere as well? Thanks. Making progress. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b7e527f1-5262-4ab0-86d2-d118f4068ffb ---------------------------------------------------------------- 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]> ---------------------------------------------------------------- ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
