WL 6.0. Intalling custom war. Setting Datasrouces JNDI

徘徊边缘 提交于 2019-12-11 21:18:57

问题


Worklight 6.0

For installing custom war, during the detailed installation using the websphere admin console, in "Step 6: Map resource references to resources" it asks for the datasources jndi.

Is it possible to specify these jndi entries in the worklight.properties file?

In 5.0.6 in the worklight.properties there were two variables wl.db.jndi.name and wl.reports.jndi.name that in 6.0 do not exist.

Thank you.


回答1:


No, those two properties are not supported in the 6.0 worklight.properties. When upgrading your project, I expect you would see something like the following in your worklight.properties prepended to the existing line: "# [wl.db.jndi.name is no longer supported]: ". Similar for wl.reports.db.jndi.name.

Here is a link to the supported wl.db.* and wl.reports.* configuration properties, which are only supported in a development environment: http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/topic/com.ibm.worklight.help.doc/admin/r_ibm_worklight_database_setup.html?resultof=%22%77%6c%2e%64%62%22%20



来源:https://stackoverflow.com/questions/18301816/wl-6-0-intalling-custom-war-setting-datasrouces-jndi

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