Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Liveservices

Status
Not open for further replies.

hanreb

Technical User
Jan 23, 2008
90
US
Hi,

I have deployed liveservices.
I can see the services listed.
I have a client java program trying to access one of the services GetNumberIOfChildren of a particular node.

When I run the client program ,
I get the error "No Livelink sites have been defined".
What could be wrong here ?

My llsites.xml in WEB-INF folder is as below.

<?xml version="1.0" encoding="UTF-8"?>
<LLSites>
<site>
<siteid>localhost</siteid>
<description>
</description>
<host>localhost</host>
<port>2099</port>
<connectiontype>socket</connectiontype>
<llconfig>
<llcgi> <httpuser>username</httpuser>
<httppassword>password</httppassword>
</llconfig>
</site>
</LLSites>

Thank You,
Sunu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top