summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-07-01 10:08:57 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-07-01 10:08:57 +0000
commitcf5ce5754546fa38ca2112e6744c54ee128805a9 (patch)
treeec2a22a6be9833333129c8ed1975d39165779134
parent187524129d40e68c317cd585699ab5f6ddc9ae6e (diff)
#99053# update docu
-rw-r--r--odk/examples/java/ConverterServlet/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/java/ConverterServlet/README b/odk/examples/java/ConverterServlet/README
index 0ee317da682a..aee6fbd58568 100644
--- a/odk/examples/java/ConverterServlet/README
+++ b/odk/examples/java/ConverterServlet/README
@@ -4,10 +4,10 @@ Installation instructions:
- If no web server is available you should install your favourite web server.
- Download the servlet support Java archive (cos.jar) from
http://www.servlets.com/cos/index.html and copy the file to the directory
-<ODK>/classes. Also make these classes known to your web server.
+<OFFICE_HOME>/program/classes. Also make these classes known to your web server.
- Make sure the Servlet API is in the classpath of your web server. You can
download the Servlet API from http://java.sun.com/products/servlet/index.html .
-Also, you must copy the file "servlet.jar" to the directory <ODK>/classes.
+Also, you must copy the file "servlet.jar" to the directory <OFFICE_HOME>/program/classes.
- Use your GNU make (http://www.gnu.org) to build the servlet class.
- Make the servlet class known to your web server.