source: trunk/Distribution/SW/FOP/examples/servlet/README

Last change on this file was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 749 bytes
Line 
1FOP Servlet Readme
2
3This directory contains two sample servlets that use FOP:
4
5- FopServlet can take a XSL:FO file or a XML+XSLT as parameters to create a PDF
6that is being shown in the browser.
7
8- FopPrintServlet has the same parameters but prints the generated document to
9the default printer instead of generating a PDF.
10
11Creating the WAR file:
12
131. Run build.bat (on Windows) or build.sh (on Unix) to create the WAR file.
142. Deploy the WAR file in your favourite web container.
15
16Sample URLs:
17http://localhost:8080/fop/servlet/FopServlet?fo=readme.fo
18http://localhost:8080/fop/servlet/FopPrintServlet?fo=readme.fo
19
20Tip: If you have problems using Internet Explorer, try this URL:
21http://localhost:8080/fop/servlet/FopServlet?fo=readme.fo&ext=.pdf
Note: See TracBrowser for help on using the repository browser.