Running Windchill as a service in Linux
Version: Windchill 13.0
Use Case: When installing Windchill 13.0.2.3 on RHEL 9.6 how do you get it to run as a service?
Description:
I have Windchill 13.0.2.3 running on RHEL 9.6 quite successfully as a monolithic server (SQL, Application, HTTP server and SOLR al on one VM) for testing purposes. I can make everything run as foreground application using the commands in this article: https://www.ptc.com/en/support/article/CS49725
I've succeeded in getting Apache to run as a service using systemd unit files, but I cannot get either SOLR or Windchill to start. I've written a script for Windchill that opens a Windchill shell and then enters the command 'Windchill start'. When I run that from a command line the method servers start correctly in xterm, but when I use a unit file to run from systemd then it fails to start, even when I run it as the same user, or as root.
Would anyone share the startup script and unit file that they have used to get SOLR & Windchill to load as a systemd service please?
Many thanks!

