CICS中对JVM概要文件所做的更改未反映在运行时中 [英] Changes made to JVM profile in CICS are not being reflected in the runtime

查看:111
本文介绍了CICS中对JVM概要文件所做的更改未反映在运行时中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过向LIBPATH_SUFFIX添加库对OSGi JVM配置文件进行了更改.之后,我放弃了JVM服务器并重新安装了它,但是更改没有得到反映.在对JVM Profile文件进行更改后,我应该执行第二个步骤吗?

I made a change to an OSGi JVM Profile by adding a library to LIBPATH_SUFFIX. After that I discarded my JVM server and reinstalled it, but the changes are not getting reflected. Is there a secondary step that I should have taken care of after making the changes to the JVM Profile file?

推荐答案

如果要将DB2 JDBC type2驱动程序支持添加到OSGi JVM服务器,则需要执行以下操作:

If you want to add DB2 JDBC type2 driver support to an OSGi JVM server you will need to do the following:

  1. 将DB2库添加到CICS STEPLIB
  2. 创建/安装CICS DB2CONN资源并确保其有效

  1. Add the DB2 libraries to the CICS STEPLIB
  2. Create/install a CICS DB2CONN resource and ensure this works

使用OSGI_BUNDLES参数将DB2 JDBC驱动程序和许可证JAR添加到JVM服务器中间件类路径.请注意,这些JAR已打包为OSGi捆绑软件.

Add the DB2 JDBC driver and license JARs to the JVM server middleware classpath using the OSGI_BUNDLES parameter. Note these JARs are already packaged as OSGi bundles.

供参考,请参见

  • CICS TS知识中心,请参见此 SG248038 ,第9.4节
  • CICS TS Knowledge Center, see this example
  • Redbook SG248038, Section 9.4

如果需要调试JVM服务器libpath的实际值,最好的工具是IBM Health Center,并且Environment透视图将显示JVM中正在使用的java.library.path,请参阅

If you need to debug the actual value of the JVM server libpath, the best tool is the IBM Health Center, and the Environment perspective will show the java.library.path in use in a JVM, see this tutorial

这篇关于CICS中对JVM概要文件所做的更改未反映在运行时中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆