You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2016/11/16 09:00:29 UTC

svn commit: r1769946 - /xmlgraphics/site/trunk/content/fop/trunk/servlets.mdtext

Author: ssteiner
Date: Wed Nov 16 09:00:29 2016
New Revision: 1769946

URL: http://svn.apache.org/viewvc?rev=1769946&view=rev
Log:
Fix path

Modified:
    xmlgraphics/site/trunk/content/fop/trunk/servlets.mdtext

Modified: xmlgraphics/site/trunk/content/fop/trunk/servlets.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/servlets.mdtext?rev=1769946&r1=1769945&r2=1769946&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/servlets.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/servlets.mdtext Wed Nov 16 09:00:29 2016
@@ -9,7 +9,7 @@ This page discusses topic all around usi
 
 ## Example Servlets in the FOP distribution { #example-servlets}
 
-In the directory {fop-dir}/src/java/org/apache/fop/servlet, you'll find a working example of a FOP-enabled servlet.
+In the directory {fop-dir}/fop-core/src/main/java/org/apache/fop/servlet, you'll find a working example of a FOP-enabled servlet.
 
 The servlet is automatically built when you build Apache FOP using the supplied Ant script. After building the servlet, drop fop.war into the webapps directory of Apache Tomcat (or any other web container). Then, you can use URLs like the following to generate PDF files:
 
@@ -20,7 +20,7 @@ The servlet is automatically built when
 
 
 
-The source code for the servlet can be found under {fop-dir}/src/java/org/apache/fop/servlet/FopServlet.java.
+The source code for the servlet can be found under {fop-dir}/fop-core/src/main/java/org/apache/fop/servlet/FopServlet.java.
 
 <note>This example servlet should not be used on a public web server connected to the Internet as it does not contain any measures to prevent Denial-of-Service-Attacks. It is provided as an example and as a starting point for your own servlet.</note>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org