diff options
author | Jose <jose@zeroc.com> | 2014-08-18 20:00:56 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-18 20:00:56 +0200 |
commit | d23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e (patch) | |
tree | c1bf5b85af4f58a1efa36d2713dbec6eeed13def /js/test/Common/run.py | |
parent | java latency demo fixes (diff) | |
download | ice-d23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e.tar.bz2 ice-d23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e.tar.xz ice-d23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e.zip |
Ice JS WS build fixes
Diffstat (limited to 'js/test/Common/run.py')
-rwxr-xr-x | js/test/Common/run.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/test/Common/run.py b/js/test/Common/run.py index a21ad0b9fd1..f0591d37a06 100755 --- a/js/test/Common/run.py +++ b/js/test/Common/run.py @@ -164,7 +164,6 @@ initData.properties.setProperty("IceSSL.CertAuthFile", "cacert.pem"); initData.properties.setProperty("IceSSL.CertFile", "s_rsa1024_pub.pem"); initData.properties.setProperty("IceSSL.KeyFile", "s_rsa1024_priv.pem"); initData.properties.setProperty("IceSSL.VerifyPeer", "0"); -initData.properties.setProperty("Ice.Plugin.IceWS", "IceWS:createIceWS") initData.properties.setProperty("Ice.ThreadPool.Server.SizeMax", "10") initData.properties.setProperty("ControllerAdapter.Endpoints", "ws -p 12009:wss -p 12008") sys.exit(app.main(sys.argv, initData=initData)) |