Hi Halil, You do not start the ORB from within your client application. Instead an ORB is a separate server entity, which is handling the CORBA requests.
You can use the ORB that comes with java, or you can try any other ORB available (just do a search on google). Furthermore I would advise you to read the SDK documentation, because it contains some pretty useful information about CORBA with java (http://java.sun.com/j2se/1.4.1/docs/index.html). Frans On 27 Nov 2002 at 9:18, Halil AKINCI wrote: > > Hi, > > I want to use a servlet as a CORBA client.Ideveloped a sample application, but it is >returned an > error message. I think, Icould notinitialize the ORB correctlywithin the servlet >class. I need a > sample to initialize ORB and resolve the object reference in naming within the >servlet class. Can > anyone help me? > > Note: I use Java 2 SDK v1.4.0 and JavaIDL > > Halil ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html