Author: skhudiky
Date: Tue May  6 20:51:07 2014
New Revision: 1592878

URL: http://svn.apache.org/r1592878
Log:
OODT-653: fix default port and OODT-675: fix typo

Modified:
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/env.sh

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/env.sh
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/env.sh?rev=1592878&r1=1592877&r2=1592878&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/env.sh
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/env.sh
 Tue May  6 20:51:07 2014
@@ -54,7 +54,7 @@ CLASSPATH=
 if [ -r "$OODT_BASE"/bin/setenv.sh ]; then
   . "$OODT_BASE"/bin/setenv.sh
 elif [ -r "$OODT_HOME"/bin/setenv.sh ]; then
-  . "$OODT_HOME"/bin/settenv.sh
+  . "$OODT_HOME"/bin/setenv.sh
 fi
 
 # For Cygwin, ensure paths are in UNIX format before anything is touched
@@ -137,17 +137,17 @@ if [ -z "$FILEMGR_PORT" ]; then
 fi
 
 if [ -z "$CRAWLER_PORT" ]; then
-  CRAWLER_PORT=9100
+  CRAWLER_PORT=9020
   export CRAWLER_PORT
 fi 
 
 if [ -z "$WORKFLOW_PORT" ]; then
-  WORKFLOW_PORT=9200
+  WORKFLOW_PORT=9001
   export WORKFLOW_PORT
 fi
 
 if [ -z "$RESMGR_PORT" ]; then
-  RESMGR_PORT=9300
+  RESMGR_PORT=9002
   export RESMGR_PORT
 fi
 


Reply via email to