Installing the Java Web Application in Tomcat
- On your mac based FMS, go to Finder.
- Go To Folder : /Library/FileMaker Server/Web Publishing/publishing-engine/jwpc-tomcat
- Paste in the "link.war" file into this directory.
- Wait a few seconds, and a new folder named : "link" will appear in this directory.
- Now open a internet browser, navigate to : http://localhost:16021/link/service/message/ping
- You should see a similar result (Photo Below)

Now that the service is available locally, we need to ensure the service can be reached from the WAN.
- Go to Folder : /Library/FileMaker Server/HTTPServer/conf/
- Open file : httpd.conf (We just use TextEdit.app on Mac)
- Then scroll to the bottom of the document. On the last line add the following item:
ProxyPass /link http://127.0.0.1:16021/link retry=5 timeout=2000
- Now, reboot your mac for the web services to update.
- Once the mac is online from another computer that is outside your LAN test the following url:
https://{YOUR DOMAIN NAME}/link/service/message/ping
You should see a result similar to the photo shown above at step 6.