Web Publishing Installation Guide
Table Of Contents
- Chapter 1 Before you begin
- Using FileMaker Server documentation
- Customer support
- About the license key
- Hardware and software requirements
- Windows requirements for the Web Publishing Engine
- Mac OS requirements for the Web Publishing Engine
- Windows requirements for FileMaker Site Assistant and FileMaker CDML Converter tools
- Mac OS requirements for FileMaker Site Assistant and FileMaker CDML Converter tools
- Important note about supported operating systems
- About the Web Publishing Engine software components
- About the tools for developing XSLT stylesheets
- Overview of installing, configuring, and using the Web Publishing Engine
- Installing the Web Publishing Engine in various host configurations
- Registering the Web Publishing Engine in FileMaker Server
- Installing plug-ins for the Web Publishing Engine
- Chapter 2 Installing the Web Publishing Engine in Windows
- Chapter 3 Installing the Web Publishing Engine in Mac OS X
- Chapter 4 Configuring the Web Publishing Engine
- About the Web Publishing Engine Administration Console
- General steps for configuring the Web Publishing Engine
- Configuring the Web Publishing Engine for the first time
- Configuring Instant Web Publishing
- Disabling Custom Web Publishing with XML
- Configuring Custom Web Publishing with XSLT
- Setting the Web Publishing Engine mode
- Setting server-side XSLT stylesheet caching
- Configuring the interaction between web sessions and database sessions
- Configuring access to a mail server for the Web Publishing Engine
- Setting the default text encoding for XSLT requests
- Disabling Custom Web Publishing with XSLT
- Specifying general settings for the Web Publishing Engine
- Restricting access to the Administration Console
- Viewing a list of the published databases for FileMaker Server
- Logging out of the Administration Console
- Using the Web Publishing Engine and Administration Console services
- Changing the user name and password for the Administration Console
- Where to go from here
- Index
Configuring the Web Publishing Engine 47
2. For the following logging options, select Enabled or Disabled:
1 Access Logging: enables the Web Publishing Core internal access logs, which are called
wpc_access_log.txt and pe_internal_access_log.txt.
1 Error Logging, Script Logging, and User Logging: enables the Web Publishing Engine application
log, which is called pe_application_log.txt.
For more information on the log files, see the FileMaker Server Advanced Custom Web Publishing Guide.
3. If you are finished making configuration changes in the Administration Console, click Commit to save the
settings.
4. If you want the new committed settings to take effect immediately, click Restart Publishing Engine.
Setting the session time-out for the Web Publishing Engine
Instant Web Publishing solutions automatically use sessions and you cannot disable them. The value for
Session Timeout on the Publishing Engine Configuration: General Settings page sets the session time-out for Instant
Web Publishing, which is 15 minutes by default. If necessary, you can change the Session Timeout value.
Sessions are optional in Custom Web Publishing with XSLT and you create them by using the
fmxslt:create_session() extension function. The Session Timeout value sets the default session time-out for
Custom Web Publishing with XSLT, and you can override the default by using the fmxslt:invalidate_session()
and fmxslt:set_session_timeout() extension functions. See the FileMaker Server Advanced Custom Web
Publishing Guide.
The Session Timeout value does not apply to Custom Web Publishing with XML.
To change the session time-out for the Web Publishing Engine:
1. For Session Timeout on the Publishing Engine Configuration: General Settings page, enter the number of
minutes.
You can specify up to 60 minutes.
2. If you are finished making configuration changes in the Administration Console, click Commit to save the
settings.
3. If you want the new committed settings to take effect immediately, click Restart Publishing Engine.