#--------------------------------------------- # Set NaradBroker host name and port number. # Default port number is 3045 #--------------------------------------------- NBHOST=everest.ucs.indiana.edu NBPORT=3045 #------------------------------------------------------------- #All the client connections will be done on this host and port #to run remote job on WEBHOST, WEBSPORT which are set below #This is where client proxy is running. #------------------------------------------------------------- SOAPHOST=toro.ucs.indiana.edu SOAPPORT=15550 #---------------------------------------------------- # Actual web service is running on this host and port # This is where server proxy tries to run webservice # on behalf of clients after getting job from proxy client # in soap message #---------------------------------------------------- WEBSHOST=judi.ucs.indiana.edu WEBSPORT=8787