Changeset 10 for src/main/webapp/newsession.xhtml
- Timestamp:
- 02/13/20 16:30:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/newsession.xhtml
r9 r10 29 29 <br /> Domain/Profile Server: 30 30 <input type="url" name="url" id="profilesserverurl" 31 value="localhost:8080/profilesserver-1. 2.0"31 value="localhost:8080/profilesserver-1.3.0" 32 32 pattern=".*:[0-9]+/profilesserver" size="30" 33 33 onchange="connectDomain()"> </input> … … 43 43 <br /> <b>Participants</b> <br /> Parties Server: <input type="url" 44 44 name="url" id="partiesserverurl" 45 value="localhost:8080/partiesserver-1. 2.0"45 value="localhost:8080/partiesserver-1.3.0" 46 46 pattern=".*:[0-9]+/partiesserver" size="30" 47 47 onchange="connectParties()"> </input> <br /> <br /> <b>Party … … 273 273 refresh table: copy all parties elements in there. 274 274 Typically parties is something like 275 [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1. 2.0",275 [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1.3.0", 276 276 "capabilities":{"protocols":["SAOP"]}, 277 277 "description":"places random bids until it can accept an offer with utility >0.6", 278 "id":"randomparty-1. 2.0",278 "id":"randomparty-1.3.0", 279 279 "partyClass":"geniusweb.exampleparties.randomparty.RandomParty"}, 280 280 ...] … … 571 571 function init() { 572 572 selectProtocol(); 573 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1. 2.0"574 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1. 2.0"573 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.3.0" 574 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.3.0" 575 575 connectDomain(); 576 576 connectParties();
Note:
See TracChangeset
for help on using the changeset viewer.