Hi gurus,
Please help me out here.
I want to invoke a CORBA object through a servlet. Servlet is running in
WebLogic 5.1.0 and I made the CORBA classes in Visigenic's VisiBroker 4.0.
If I run only the CORBA java Client on command prompt like this:
java -XbootClasspath:<visibroker's classes;java classes> MyClient
then the program works fine. (I have to change the bootclasspath so that
java picks up visibroker's CORBA classes instead of rt.jar, because I have
done the development in Visibroker. If I run it without the bootclasspath
the I get BAD_PARAM exception)
Now, is there a way in which I can instantiate the class MyClient in the
servlet with the required bootclasspath?
I tried to use the System.setProperty() function but then it gave the
java.Security.AccessControlException
Is this approach correct or is there some other way to do this?
Thanks
Gautam
___________________________________________________________________________
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
- Re: Servlet - CORBA calls: to set bootclasspath in s... Gautam Rege
- Re: Servlet - CORBA calls: to set bootclasspath... Abhishek Basu Mallick
