the Properties file has to be under the server's document root otherwise it
will throw an exception. check your servers document root.
regards,
Abhishek BasuMallick
Cisco Projects
ZenSar Technologies Ltd.
--------------------------------------
What a great time to be a nerd !!
--------------------------------------
-----Original Message-----
From: Gautam Rege [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 8:56 PM
To: [EMAIL PROTECTED]
Subject: Servlet - CORBA calls: to set bootclasspath in servlet
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
___________________________________________________________________________
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
- Servlet - CORBA calls: to set bootclasspath in servl... Gautam Rege
- Abhishek Basu Mallick
