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 kl...@apache.org on 2009/12/02 23:48:02 UTC

svn commit: r886342 - /incubator/olio/webapp/java/trunk/etc/config_glassfish.sh

Author: klichong
Date: Wed Dec  2 23:48:02 2009
New Revision: 886342

URL: http://svn.apache.org/viewvc?rev=886342&view=rev
Log:
fixing geocoder URL

Modified:
    incubator/olio/webapp/java/trunk/etc/config_glassfish.sh

Modified: incubator/olio/webapp/java/trunk/etc/config_glassfish.sh
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/etc/config_glassfish.sh?rev=886342&r1=886341&r2=886342&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/etc/config_glassfish.sh (original)
+++ incubator/olio/webapp/java/trunk/etc/config_glassfish.sh Wed Dec  2 23:48:02 2009
@@ -37,8 +37,8 @@
 ## Create JVM options
 # Edit image directory property to point to your filestore i.e. where you have loaded the images
 $GLASSFISH_HOME/bin/asadmin create-jvm-options --host localhost --port 4848 --user admin "-Dwebapp.image.directory=/Users/klichong/downloads/filestore"
-# Edit geocode property to point to your deployment of the geocoder
-$GLASSFISH_HOME/bin/asadmin create-jvm-options --host localhost --port 4848 --user admin "-DgeocoderURL=http\://jes-x4600-1\:8080/Web20Emulator/geocode"
+# Edit geocode property to point to your deployment of the geocoder -DgeocoderURL="http://<host>:<port>/geocoder/geocode
+$GLASSFISH_HOME/bin/asadmin create-jvm-options --host localhost --port 4848 --user admin "-DgeocoderURL=http\://jes-x4600-1\:8080/geocoder/geocode"
 #####
 # Example asadmin delete-jvm-options command in case of typographical errors:
 # asadmin delete-jvm-options --host localhost --port 4848 --user admin -DcacheOlio=false