Hello guys, I ran into some difficulties with setting up a wiki farm again. The website address of the main wiki is (assume): http://internal.ext.com:8080/xwiki In the XWiki.XWikiServerClass the default value is localhost. The moment I restart the tomcat server after switching xwiki.virtual=1, I can no longer access the main wiki from http://internal.ext.com:8080/xwiki over the internet. But I can access it on server as http://localhost:8080/xwiki. I’ve gone through the documents for XEM setup & also setup the “property” in XWiki.XWikiServerClass as internal.ext.com, ext.com, internal.ext.com:8080, etc. But none of the values seem to help. The localhost value just allows me to access the wiki on localhost only. The setup worked for me over intranet (It was an internal IP address and not a domain name) and the xwiki farm worked fine. But on the internet it just doesn’t work. I am also planning to use URL path based xwiki access and have set xwiki.virtual.usepath to 1. Could someone please guide me in the right direction. Thank you for your time and consideration guys.