📄️ Common Plugin Issues
Plugins not showing up in macOS
📄️ Enabling XML Web Publishing
This is a guide is for FileMaker Server admins using FileMaker Server 17+ and want to enable XML Web Publishing.
📄️ Heapspace Out of Memory Error
Plugins
📄️ Linux Web Application Installation
This page gives general instructions on how to install 360Works web applications onto Ubuntu 20 and 22. These instructions can also be found in the download of the application in a file called Linux Installation Instructions.txt.
📄️ Plug-in Installation Locations
If you want to install manually there are four different locations that you can install FileMaker plug-ins, depending on where you need them to run:
📄️ Plug-in Installation
This is a guide to installing 360Works plug-ins, though information may also apply to other FileMaker plugins.
📄️ Plugin Error Handling
When something unexpected happens, the plug-in will pop up a dialog showing what the error message is. This makes it easy to see what went wrong. However, in some cases, you may prefer to show your own message to the user, or possibly not show a message at all. In that case, you can call setErrorCaptureFunctionName with a parameter of true. That will suppress the error dialog from appearing to the user.When you call this function, it is set for that plug-in for as long as FileMaker is running, so if you want to do all of your own error handling, you can just set it to true once in your startup script. However, we recommend only turning it on when your script is prepared to check for errors, and then turning it off after finishing that section.
📄️ Restarting Tomcat
This page describes how to restart the 360Works Tomcat Web App Server, which runs a number of our web applications. MirrorSync, Zulu, SafetyNet, and some installations of SuperContainer run inside the 360Works Tomcat Web App Server.
📄️ Updating the IIS Timeout
This configuration tutorial is intended for IIS7 and IIS8.