You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2010/03/04 02:45:53 UTC

svn commit: r918826 - /incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat

Author: bendewey
Date: Thu Mar  4 02:45:52 2010
New Revision: 918826

URL: http://svn.apache.org/viewvc?rev=918826&view=rev
Log:
Updated AuthorizeWcfServices.bat to support new endpoint added by STONEHENGE-103

Modified:
    incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat?rev=918826&r1=918825&r2=918826&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat Thu Mar  4 02:45:52 2010
@@ -51,6 +51,7 @@
 
 netsh http add urlacl url=http://+:7000/ user=%user%
 netsh http add urlacl url=http://+:8000/ user=%user%
+netsh http add urlacl url=http://+:8005/ user=%user%
 netsh http add urlacl url=http://+:9000/ user=%user%
 netsh http add urlacl url=http://+:9001/ user=%user%
 %KIT_HOME%\winhttpcertcfg.exe -g -c LOCAL_MACHINE\TrustedPeople -s OPS.Com -a %user%
@@ -61,6 +62,7 @@
 :Remove
 netsh http delete urlacl url=http://+:7000/
 netsh http delete urlacl url=http://+:8000/
+netsh http delete urlacl url=http://+:8005/
 netsh http delete urlacl url=http://+:9000/
 netsh http delete urlacl url=http://+:9001/
 %KIT_HOME%\winhttpcertcfg.exe -r -c LOCAL_MACHINE\TrustedPeople -s OPS.Com -a %user%