问题 I am struggling to setup a public website in Moqui, I am trying to have (dev-)www.example.net as the public marketing site and signup forms. Then the tennants on [tennant-name].example.net I have setup a basic component and then edited MoquiDevConf.xml, modified the webapp-list as shown below: <webapp-list> <webapp name="webpublic" http-port="8080" https-enabled="false"> <root-screen host="dev-www.example.net" location="component://webpublic/screen/webpublic.xml"/> </webapp> <webapp name=