I resolved my problem.
> protected Context getNamingContext() throws NamingException {
> org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
> if( orb != null ) {
> Hashtable env = new Hashtable();
Here I should have put also:
env.put("org.omg.CORBA.ORBInitRef",
"NameServ
Hello,
I would like to use a CORBA object from servlet running under Tomcat 5.
Following code is used to resolve object throught JNDI:
protected Context getNamingContext() throws NamingException {
org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
if( orb != null ) {