Skip to Content.
Sympa Menu

perfsonar-dev - Registering with LS

Subject: perfsonar development work

List archive

Registering with LS


Chronological Thread 
  • From: Stijn Verstichel <>
  • To:
  • Subject: Registering with LS
  • Date: Tue, 21 Nov 2006 10:47:07 +0100

Hi All,

I have a question for the Lookup Service developers, but could be of interest to all of you. As things stand in the SSH/Telnet MP, the complete configuration of the service sits in the service.properties file. Currently, while tying to register the service with the LS, I used the code from the Wiki, we are having some problems.

try {
ServiceLSRegistrator registrator = new GenericServiceLSRegistrator
(new PropertiesServiceDescription(),
new InformationXMLFileServiceContent("?????"));
registrator.initRegistrator();
Message responseMessage = registrator.register("http://selena.acad.bg:8070/axis/services/LookupService";);
} catch (PerfSONARException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}

The problem is that we don't have an XML file, and actually I don't quite get what is supposed to be described in that file.

Could someone shed some light on this?

Cheers,

Stijn

--
Stijn Verstichel
<>
Department of Information Technology
Ghent University - IBBT - IMEC - Bureau 3.15
www.intec.ugent.be - www.ibbt.be




Archive powered by MHonArc 2.6.16.

Top of Page