%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
Apache FOP for Oracle APEX
JSP - Apache FOP (Formatting Objects Processor) integration for Oracle APEX
<%--suppress HtmlUnknownTarget --%>
pdf Servlet / Hello World / fo2pdf
<%--suppress HtmlUnknownTarget --%>
JavaMelody Monitoring
Sample APEX Settings
| Parameter |
Value |
| PrintServer |
External (Apache FOP) |
| Protocol |
HTTP / HTTPS |
| Host |
127.0.0.1 |
| Port |
8080 |
| Script |
${pageContext.request.contextPath}/pdf |
| Timeout |
300 |
Debugging
# Add to logging.properties
org.apache.tomcat.util.http.Parameters.level = ALL
de.pdv.apex.level = ALL
Server Info
Server Version: <%= application.getServerInfo() %>
Servlet Version: <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %>
JSP Version: <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %>
Web Application Context Path = ${pageContext.request.contextPath}