Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Websphere liberty 将URL从WebSphere传统应用程序服务器迁移到Liberty_Websphere Liberty - Fatal编程技术网

Websphere liberty 将URL从WebSphere传统应用程序服务器迁移到Liberty

Websphere liberty 将URL从WebSphere传统应用程序服务器迁移到Liberty,websphere-liberty,Websphere Liberty,我正在将一个复杂的应用程序迁移到Liberty,它使用使用WAS URL资源的属性文件。有没有一种方法,不需要在应用程序中重新写入任何内容,就可以自由运行?如何在server.xml中定义URL?您是否尝试过这样使用JNDIROL: <jndiURLEntry jndiName="myFirstJNDIEntry" value='"file:///myDirectory/myConfigFile.properties"' /> 本红皮书和文档中对此进行了讨论您是否尝试过像这样使用

我正在将一个复杂的应用程序迁移到Liberty,它使用使用WAS URL资源的属性文件。有没有一种方法,不需要在应用程序中重新写入任何内容,就可以自由运行?如何在server.xml中定义URL?

您是否尝试过这样使用JNDIROL:

 <jndiURLEntry jndiName="myFirstJNDIEntry" value='"file:///myDirectory/myConfigFile.properties"' />

本红皮书和文档中对此进行了讨论

您是否尝试过像这样使用JNDIROL:

 <jndiURLEntry jndiName="myFirstJNDIEntry" value='"file:///myDirectory/myConfigFile.properties"' />
本红皮书和文档中对此进行了讨论