Hello list.<br><br>I copied an opencms application and corresponding database from a server into my local machine in order to make some changes.<br><br>On the application running on the server, the path returned by the cms:link tag is an IP such as <a href="http://192.168.0.21/">http://192.168.0.21/</a>, which points to the VFS running on the server's application.<br>
<br>On my local copy cms:link tag returns <a href="http://localhost:8080/">http://localhost:8080/</a>.<br><br>What should I do to get cms:link to return the path to my VFS, i.e. <a href="http://localhost:8080/opencms/opencms/">http://localhost:8080/opencms/opencms/</a>?<br>
<br>I cannot get in touch with the person who put the application on the server. I have been reading through the documentation of cms:link tag and CmsLink API. Also tried modifying the site configuration in opencms-system.xml and googled for opencms-vfs.xml but no success. Can anyone point me in the right path, please?<br>