Author: ruwan Date: Sun Jun 1 03:02:17 2008 New Revision: 17715 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17715
Log: Fixing a typo, thanks Eric for pointing this out Modified: branches/esb/java/1.7/esb/java/modules/distribution/src/main/bin/wso2-esb.sh Modified: branches/esb/java/1.7/esb/java/modules/distribution/src/main/bin/wso2-esb.sh URL: http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/modules/distribution/src/main/bin/wso2-esb.sh?rev=17715&r1=17714&r2=17715&view=diff ============================================================================== --- branches/esb/java/1.7/esb/java/modules/distribution/src/main/bin/wso2-esb.sh (original) +++ branches/esb/java/1.7/esb/java/modules/distribution/src/main/bin/wso2-esb.sh Sun Jun 1 03:02:17 2008 @@ -158,7 +158,7 @@ fi # ----- Uncomment the following line to enalbe the SSL debug options ---------- -# TEMP_PORPS="-Djavax.net.debug=all" +# TEMP_PROPS="-Djavax.net.debug=all" # ----- Execute The Requested Command ----------------------------------------- @@ -172,7 +172,7 @@ $JAVA_HOME/bin/java -server -Xms128M -Xmx128M \ $XDEBUG \ - $TEMP_PORPS \ + $TEMP_PROPS \ $SYNAPSE_XML \ $SERVER_NAME \ -Djava.io.tmpdir=$ESB_HOME/work/temp/esb \ _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
