From edabd9afdac4778b1f3d7f7887d749f891ca9187 Mon Sep 17 00:00:00 2001 From: Nino Breuer Date: Thu, 22 May 2014 14:31:47 +0200 Subject: Vorbereitung Multithreading --- Dozentenmodul/src/thrift/MasterThriftConnection.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dozentenmodul/src/thrift/MasterThriftConnection.java') diff --git a/Dozentenmodul/src/thrift/MasterThriftConnection.java b/Dozentenmodul/src/thrift/MasterThriftConnection.java index 24d034f2..41e89182 100644 --- a/Dozentenmodul/src/thrift/MasterThriftConnection.java +++ b/Dozentenmodul/src/thrift/MasterThriftConnection.java @@ -14,7 +14,9 @@ import thrift.ImageServer.Client; public class MasterThriftConnection { - public static final String MASTERSERVERIP="132.230.4.16"; + //public static final String MASTERSERVERIP="132.230.4.16"; + public static final String MASTERSERVERIP="127.0.0.1"; + final TTransport transport = new TSocket(MASTERSERVERIP, 9090); public Client getMasterThriftConnection() -- cgit v1.2.3-55-g7522