Hello Marvin,

Actually, the connection settings for the default KIM web client (KIM.war) can 
not be configured through 'kim_connection.properties', but using the file 

  your-tomcat-home/webapps/KIM/WEB-INF/classes/kwebui.config

If your KIM server is deployed on another machine, you have to change 
the 'kim-rmi-host' parameter in that file to point to the machine's address. 
For example:
  - the default configuration in 'kwebui.config' is

        <param>
                <param-name>kim-rmi-host</param-name>
                <param-value>localhost</param-value>
        </param>

        <param>
                <param-name>kim-rmi-port</param-name>
                <param-value>1099</param-value>
        </param>

  - your KIM server is deployed on a machine having 192.168.1.200 as its 
internal network address

Therefore, you should change the 'kim-rmi-host' parameter as follows:

        <param>
                <param-name>kim-rmi-host</param-name>
                <param-value>192.168.1.200</param-value>
        </param>

Similarly, if you have modified the KIM RMI port parameter in your KIM server 
configuration files, you should change the 'kim-rmi-host' to the new port.

I hope that this will have your problem solved!

Regards,
Boyan Kukushev
KIM Platform developer, KIM team 

On Fri November 5 2010 17:52:19 Marvin Scaff wrote:
> 
> > 
> > We have deployed kim-platform-3.0-RC4 on a ubuntu machine. Its web client 
has been deployed on another machine under tomcat. kim_connection.properties 
with the following content has also been placed
> > com.ontotext.kim.KIMConstants.RMI_HOST=192…
> > com.ontotext.kim.KIMConstants.RMI_PORT=1099
> >  
> > The client tries to connect to localhost RMI service and complains that it 
could not find the service. How can we configure this web client to connect 
to a remote KIM instance?
> >  
> > Our custom written web application connects to the remote KIM instance 
fine using the same properties file.
> 
> 
> <eXclaimer:AD Field="fullname">{Fullname}</eXclaimer:AD></<eXclaimer:if 
test="mobile"> | Mobile: <eXclaimer:AD 
Field="mobile"></eXclaimer:AD></eXclaimer:if>
> This message may contain confidential information and is intended only for 
this recipient. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately if you have received this e-mail by mistake and delete this 
e-mail from your system. Finally, the recipient should check this e-mail and 
any attachments for the presence of viruses. The company accepts no liability 
for any damage caused by any virus transmitted by this e-mail.
>  
> 
>  
> 

-- 
Boyan Kukushev
Software Engineer / Java Developer
Ontotext AD @ Sirma Group Corp.
_______________________________________________
Kim-discussion mailing list
[email protected]
http://ontotext.com/mailman/listinfo/kim-discussion

Reply via email to