| Article: |
jRendezvous: Java and Rendezvous Working Together | |
| Subject: | server patch broke jrendezvous? | |
| Date: | 2003-10-22 15:14:37 | |
| From: | anonymous2 | |
|
Response to: server patch broke jrendezvous?
|
||
|
hi seth, after looking through your changes a bit more I don't think I entirely understand your motivation to make the changes you did. your changes make it so tomcat returns an address such as http://foo.example.com rather than http://seth-ladds-computer.local./index.html
|
||
Showing messages 1 through 1 of 1.
-
server patch broke jrendezvous?
2003-10-23 00:56:18 anonymous2 [View]
ohh man, this is a mess. I don't know if I can fix this without spending some solid time with the zeroconf protocol spec (which I can't seem to find) and a lot of println()s. apparently you were on the right direction by adding the server field as that's what the TYPE_A records are keyed on. however this means that back in the Rendezvous class we need to register the TYPE_A dnsrecord using the server name rather than the service name. this causes some problems for later lookups in handleQuery() as services are queried by service name, not server name.


