Creating the JNDI Properties File for Safety System Integration
This task describes how to create the JNDI properties file required for safety system integration.
This task is a step in Process of Setting Up Safety System Integration for Siebel Medical.
To create the JNDI properties file for safety system integration
Create the file,
D:\WLSJMS\jndi.properties,
on the Siebel Server.Add the following JNDI properties to the file:
java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory java.naming.provider.url=t3://Host IP Address:Port
where:
Host IP Address is the IP address of the AIA server.
Port is the port where the Web server instance is listening for connections.
Note: Make sure there are no spaces at the end of the lines in the
file jndi.properties. Spaces will cause the connection to fail.