cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

When i hit thingworx url Apache Tomcat goes down

bkulkarni
8-Gravel

When i hit thingworx url Apache Tomcat goes down

Hello ,

  I have configured Thingworx 8.1 on server . but when i hit URL apavhe tomcat automatically down.

bkulkarni_0-1580734158497.png

below is my platform-setting.jason file

bkulkarni_1-1580734224651.png

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

bkulkarni_2-1580734276703.png

but tomcat is going down attached log files .

Installing on Windows server.

Please help in this case.

1 ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To: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

View solution in original post

2 REPLIES 2

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

slangley
23-Emerald II
(To: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

Top Tags