Jump to content
Server Maintenance This Week. ×

Getting FileMaker Server 12 Web Publishing Engine (WPE) Working on MacOSX 10.9 (Mavericks)


wimpog

This topic is 3708 days old. Please don't post here. Open a new topic instead.

Recommended Posts

According to the following KB article, FMS12 isn't compatible with 10.9:

http://help.filemaker.com/app/answers/detail/a_id/11930

 

However, it is possible to get it to work with a few adjustments. The database server works just fine, but WPE does not.

Here is how to get WPE working (based on http://fmforums.com/forum/topic/89802-109-mavericks/#6 with a few corrections)

 

Open up Terminal

cd /Library/Server/Web/Config/apache2/

Add the following lines to the end of the httpd_server_app.conf file:

Note: they may already be there, commented out, after installing the FileMaker Server

<IfDefine WEBSERVICE_ON>
Include '/Library/FileMaker Server/Admin/admin-helper/WEB-INF/conf/fmi-test.conf'
Include '/Library/FileMaker Server/Admin/admin-helper/WEB-INF/conf/fm-server-status.conf'
LoadModule proxy_ajp_module libexec/apache2/mod_proxy_ajp.so
Include '/Library/FileMaker Server/Admin/admin-helper/WEB-INF/conf/mod_proxy.conf'
</IfDefine>

Some of the modules may be commented out with

#FMI_Configuration_V1

which you will need to uncomment.

 

Restart your Web server

Restart the FileMaker Server

Restart the Web Publishing Engine

Go to http://<your_server_url>:16000 and perform FileMaker Server 12 Technology Tests in the Troubleshooting section.

 

Tested 10.9, 10.9.1, FMS 12.0v4. Not tested with 12.0v5, but it should work as well.

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...

Update for OS 10.9.2 and Server.app 3.0.3 : after upgrading my server from 10.9.1 and Server 3.0.2 and rebooting, FileMaker server and the Server Admin java apps work fine, but the Web Publishing Engine was disabled.   Applying the fixes as described in the first post of this thread fixed the issues.  

Link to comment
Share on other sites

This topic is 3708 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.