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
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