You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/11/18 22:09:53 UTC

svn commit: r881963 - /incubator/olio/geocoder/README

Author: shanti
Date: Wed Nov 18 22:09:53 2009
New Revision: 881963

URL: http://svn.apache.org/viewvc?rev=881963&view=rev
Log:
Changed tomcat.home to servlet.lib.path

Modified:
    incubator/olio/geocoder/README

Modified: incubator/olio/geocoder/README
URL: http://svn.apache.org/viewvc/incubator/olio/geocoder/README?rev=881963&r1=881962&r2=881963&view=diff
==============================================================================
--- incubator/olio/geocoder/README (original)
+++ incubator/olio/geocoder/README Wed Nov 18 22:09:53 2009
@@ -1,6 +1,8 @@
-. To  build the geocoder emulator, you will need an installation of tomcat.
+. To  build the geocoder emulator, you will need an installation of tomcat or glassfish.
 . Copy build.properties.template to build.properties.
-. Edit build.properties and set tomcat.home to point to your tomcat installation.
+. Edit build.properties and set servlet.lib.path to point to your 
+  tomcat or glassfish lib directory.
 . 'ant all' will create the emulator war file in the dist directory.
-. Copy the war file to your tomcat 'webapps' directory on the system that will run
-  the emulator. We typically run the emulator on the same system as the faban driver.
+. Copy the war file to your tomcat/glassfish 'webapps' directory on 
+  the system that will run the emulator. 
+  We typically run the emulator on the same system as the faban driver.