Changeset 46 for src/main/webapp/newsession.xhtml
- Timestamp:
- 12/18/24 13:54:06 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/newsession.xhtml
r45 r46 50 50 <br /> Domain/Profile Server: 51 51 <input type="url" name="url" id="profilesserverurl" 52 value="localhost:8080/profilesserver-2. 1.6"52 value="localhost:8080/profilesserver-2.2.1" 53 53 pattern=".*:[0-9]+/profilesserver.*" size="30" 54 54 onchange="connectDomain()"> </input> … … 65 65 <br /> <b>Participants</b> <br /> Parties Server: <input type="url" 66 66 name="url" id="partiesserverurl" 67 value="localhost:8080/partiesserver-2. 1.6"67 value="localhost:8080/partiesserver-2.2.1" 68 68 pattern=".*:[0-9]+/partiesserver.*" size="30" 69 69 onchange="connectParties()"> </input> <br /> <br /> <b>Party … … 356 356 refresh table: copy all parties elements in there. 357 357 Typically parties is something like 358 [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-2. 1.6",358 [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-2.2.1", 359 359 "capabilities":{"protocols":["SAOP"]}, 360 360 "description":"places random bids until it can accept an offer with utility >0.6", 361 "id":"randomparty-2. 1.6",361 "id":"randomparty-2.2.1", 362 362 "partyClass":"geniusweb.exampleparties.randomparty.RandomParty"}, 363 363 ...] … … 736 736 function init() { 737 737 selectProtocol(); 738 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-2. 1.6"739 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-2. 1.6"738 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-2.2.1" 739 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-2.2.1" 740 740 connectDomain(); 741 741 connectParties();
Note:
See TracChangeset
for help on using the changeset viewer.