Home Page FOP Server - XML to PDF conversion
Home
                              XSL-FO Server
                            • Getting started
                            • Versions
                            • How to
                            • XSL-FO Editor
                            • XSL-FO resources
                            • XSL-FO in REALbasic
                            • XSL-FO in Php
                            • XSL-FO in VB 6
                            • XSL-FO in .NET
                            • XSL-FO in Ruby
                            • XSL-FO in Delphi
                            • Usage with APEX
                            • Professional license
                            • How to
                              1. How to change the server port
                              2. How to troubleshoot the FOP requests
                              3. Oracle APEX specific issues

                               

                              1. How to change the server port

                              The default port for the server is 8087. If you want to change it, you have to edit this file:

                              <Installationdirectory>/etc/jetty.xml

                              change this line:

                              <Property name="jetty.port" default="8087" />

                              and restart the server

                              2. How to troubleshoot the FOP requests

                              Add the DEBUG=ON parameter in the URL, for example

                              http://computername:8087/J4LFOPServer/servlet?TEMPLATE=xslfo_filename&DEBUG=ON

                              or for Apex

                              http://computername:8087/J4LFOPServer/Apex?DEBUG=ON

                              this will print your requests in the server window. You will there see, the xsfl-fo file being used and the XML data received: