tomcat server stop working after pasting Thingworx.war in web
I am working with windows 10. "ThingWorx-Platform-Postgres-8-3-9".
I did the installation as specified in the guide.
The Tomcat server was working fine until, i pasted the "Thingworx.war" in "C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps".
The server starts for some time and stop, the below links dosen't work.
http://ptc-training.ptc.com:9090/Thingworx/
Some suggested to add setenv.bat in bin folder of tomcat, but still the issues is not resolved.
setenv.bat -
"# Java Options
export JAVA_OPTS="-Djava.awt.headless=true - Djava.net.preferIPv4Stack=true -Dserver -Dd64 - XX:+UseNUMA -XX:+UseConcMarkSweepGC -Dfile.encoding=UTF-8 -Djava.library.path=C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx\WEB-INF\extensions "
export JRE_HOME=C:\Program Files\Java\jdk1.8.0_231\jre
"
How do i fix this issue?

