Author: isuru
Date: Fri Nov 14 10:00:22 2008
New Revision: 23961
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23961

Log:
Fixing Trader bat


Modified:
   trunk/wsas/java/carbon/samples/Trader/conf/default_epr.properties
   trunk/wsas/java/carbon/samples/Trader/conf/default_epr_web.properties
   trunk/wsas/java/carbon/samples/Trader/run-client.bat

Modified: trunk/wsas/java/carbon/samples/Trader/conf/default_epr.properties
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/samples/Trader/conf/default_epr.properties?rev=23961&r1=23960&r2=23961&view=diff
==============================================================================
--- trunk/wsas/java/carbon/samples/Trader/conf/default_epr.properties   
(original)
+++ trunk/wsas/java/carbon/samples/Trader/conf/default_epr.properties   Fri Nov 
14 10:00:22 2008
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-trader.http.epr=http://@hostname@:9762/services/TraderClient
+trader.http.epr=http://@hostname@:9763/services/TraderClient
 trader.https.epr=https://@hostname@:9443/services/TraderClient
-exchange.http.epr=http://@hostname@:9762/services/ExchangeClient
+exchange.http.epr=http://@hostname@:9763/services/ExchangeClient
 exchange.https.epr=https://@hostname@:9443/services/ExchangeClient
\ No newline at end of file

Modified: trunk/wsas/java/carbon/samples/Trader/conf/default_epr_web.properties
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/samples/Trader/conf/default_epr_web.properties?rev=23961&r1=23960&r2=23961&view=diff
==============================================================================
--- trunk/wsas/java/carbon/samples/Trader/conf/default_epr_web.properties       
(original)
+++ trunk/wsas/java/carbon/samples/Trader/conf/default_epr_web.properties       
Fri Nov 14 10:00:22 2008
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-trader.http.epr=http://@hostname@:9762/wso2wsas/services/TraderClient
+trader.http.epr=http://@hostname@:9763/wso2wsas/services/TraderClient
 trader.https.epr=https://@hostname@:9443/wso2wsas/services/TraderClient
-exchange.http.epr=http://@hostname@:9762/wso2wsas/services/ExchangeClient
+exchange.http.epr=http://@hostname@:9763/wso2wsas/services/ExchangeClient
 exchange.https.epr=https://@hostname@:9443/wso2wsas/services/ExchangeClient
\ No newline at end of file

Modified: trunk/wsas/java/carbon/samples/Trader/run-client.bat
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/samples/Trader/run-client.bat?rev=23961&r1=23960&r2=23961&view=diff
==============================================================================
--- trunk/wsas/java/carbon/samples/Trader/run-client.bat        (original)
+++ trunk/wsas/java/carbon/samples/Trader/run-client.bat        Fri Nov 14 
10:00:22 2008
@@ -68,7 +68,7 @@
 rem loop through the libs and add them to the class path
 cd %WSO2WSAS_HOME%\samples\Trader
 set CLIENT_CLASSPATH=.\conf;.\temp\classes
-FOR %%C in (..\..\lib\*.jar) DO set 
CLIENT_CLASSPATH=!CLIENT_CLASSPATH!;..\..\lib\%%~nC%%~xC
+FOR %%C in (..\..\repository\lib\*.jar) DO set 
CLIENT_CLASSPATH=!CLIENT_CLASSPATH!;..\..\repository\lib\%%~nC%%~xC
 
 rem ----- Execute The Requested Command ---------------------------------------
 echo Using WSO2WSAS_HOME:   %WSO2WSAS_HOME%

_______________________________________________
Wsas-java-dev mailing list
Wsas-java-dev@wso2.org
http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to