Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello ,
I have configured Thingworx 8.1 on server . but when i hit URL apavhe tomcat automatically down.
below is my platform-setting.jason file
Also find Tomcat java setting
-Dserver -Dd64
-XX:+UseG1GC
-Dfile.encoding=UTF-8
-Djava.library.path=C:\Tomcat 8.5\webapps\webapps\Thingworx\WEBINF\extensions
Add above in Tomcat JAVA configure
but tomcat is going down attached log files .
Installing on Windows server.
Please help in this case.
Solved! Go to Solution.
Hi @bkulkarni.
One more issue with the path Raluca noted.....the dash is missing in the WEB-INF folder name. The path should be:
-Djava.library.path=C:\Tomcat 8.5\webapps\Thingworx\WEB-INF\extensions
Regards.
--Sharon
Hi,
Path is not correct:
-Djava.library.path=C:\Tomcat 8.5\webapps\webapps\Thingworx\WEBINF\extensions
It should be:
-Djava.library.path=C:\Tomcat 8.5\webapps\Thingworx\WEBINF\extensions
Please change this path and restart Tomcat.
Hope it helps,
Raluca Edu
Hi @bkulkarni.
One more issue with the path Raluca noted.....the dash is missing in the WEB-INF folder name. The path should be:
-Djava.library.path=C:\Tomcat 8.5\webapps\Thingworx\WEB-INF\extensions
Regards.
--Sharon