Thingworx war 8.1没有设置tomcat

时间:2018-01-11 06:25:26

标签: java tomcat8 thingworx

我正在尝试在tomcat服务器上设置thingworx 8.1 war。我已将catalina文件中的JAVA_OPTS配置为:

set "JAVA_OPTS= %JAVA_OPTS% -Djava.library.path=path-to-tomcat-webapp\Thingworx\WEB-INF\extensions"

我还尝试了setenv批处理文件方法,方法是将文件设置如下:

set LD_LIBRARY_PATH=path-to-tomcat/webapps/Thingworx/WEB-INF/extensions/

但我仍然在thingworx的应用程序日志中收到错误,如下所示:

Failed to load FlxCore library. Ensure it's in PATH (Windows) or LD_LIBRARY_PATH(other platforms) or set with the VM arg, -Djava.library.path. Error message : com.flexnet.licensing.DllEntryPoint.entry([B)I

我真的被卡住了。请帮帮我!!!

2 个答案:

答案 0 :(得分:0)

请确认您在 ThingworxPlatform 中有相关的{{1}}。

答案 1 :(得分:0)

请确保在Tomcat Java Options字段中,在选项字段的末尾有以下内容:

-Dserver -Dd64
-XX:+UseG1GC
-Dfile.encoding=UTF-8
-Djava.library.path=<path to Tomcat>\webapps\Thingworx\WEB-INF\extensions