Wakanda 2.2.1 Enterprise Server DataBrowser

拥有回忆 提交于 2019-12-12 05:49:18

问题


Regarding the 2.2.1 Wakanda Enterprise Server, I'm looking for basic guidance regarding some of the features that were more easily accessed with prior Studio versions (buttons):

Data Browser - using the simply CRUD example from Wakanda. Following address does not yield a Data Browser: http://127.0.0.1:8080/walib/dataBrowser/index.html. Tried port 8081 as well, the server is published on 8080.

Administration Console. Possibly due to a license key issue; but should I get the full administration console functionality as with prior versions? I am seeing only a small subset of features on the admin console.

Thanks


回答1:


I found an easy workaround for the databrowser. I copied the whole walib-Directory in an folder (eg. WebFolder) in the backend folder. In the app.waProject in the backend i have

<type name="backend" />
    <folder path="./WebFolder/">
    <tag name="webFolder"/>
    </folder>

Now I can call it with 127.0.0.1:8081/walib/dataBrowser/index.html I don't know if this is a good solution, but as long as it works and just for debugging ...




回答2:


Data Browser is made with WAF of Wakanda V1 and is removed since V2 no longer supports WAF. The V2 CRUD example using Angular is available in latest Wakanda doc.

The Administration Console, aka Admin Dashboard in v2, has received an update in v2 with more features include:

  1. Display the running solution basic information.
  2. Run WakandaDB maintenance actions: run, verify and restore.
  3. Schedule tasks (CRON jobs): create, update, schedule and remove.
  4. Analyze your tasks execution (calendar, output, statistics..).

You will need an enterprise license to access admin dashboard at http://127.0.0.1:8080/admin/.



来源:https://stackoverflow.com/questions/47254941/wakanda-2-2-1-enterprise-server-databrowser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!