05-18-2020, 12:36 PM
Hi FordSubmariner,
Sorry, the console is a common tool for web developers.
Whether or not it is a 403, it appears that the Javascript files are not being served by Apache. You can confirm this by going trying to access a URL like,
http://x.x.x/context/spt_js/applet.js?ver=4.7.0.b02
and see if it displays the raw Javascript file.
I need to test on a Ubuntu machine, but I assume that the configuration will be something like placing the httpd tactic.conf file in /etc/apache2/sites-available/
The apache user also needs access to be able to read from the directories and files defined in this file:
/assets, /context, and /plugins.
Sorry, the console is a common tool for web developers.
Whether or not it is a 403, it appears that the Javascript files are not being served by Apache. You can confirm this by going trying to access a URL like,
http://x.x.x/context/spt_js/applet.js?ver=4.7.0.b02
and see if it displays the raw Javascript file.
I need to test on a Ubuntu machine, but I assume that the configuration will be something like placing the httpd tactic.conf file in /etc/apache2/sites-available/
The apache user also needs access to be able to read from the directories and files defined in this file:
/assets, /context, and /plugins.