Re: Creating a JNDI entry

2000-08-13 Thread ishpal
You have to get hold of the Orion's context For that you'll have to include orion.jar,jndi.ar,ejb.jar in ur command line classpath when executing the client in a seperate JVM. My Client code is:- Context ctx = new InitialContext(); Object objref = ctx.lookup("Hello"); (Hello is the

life mantra

2000-08-13 Thread PAPYRUS
- Original Message - Sent: Saturday, August 12, 2000 3:16 Pm This is what The Dalai Lama has to say on the millennium, all it takes is a few seconds to read and think about. Do not keep this message. The mantra must leave your hands within 96 hours. You will get a

Tieing http session to db connection in orion?!?

2000-08-13 Thread keith kwiatek
* some people say, it's best practice to put 1 connection into 1 user's http session and use it for all requests of that user This only works if you don't have a lot of users concurrently, say a small intranet application, that doesn't care scalibility. The reason is database connection

RE: posting fourth time but did not got any answer

2000-08-13 Thread J.T. Wenting
For server shutdown, a quick hack is to create a servlet that loads on server startup, has an empty init method, no service methods, and a finalize that does something. finalize will get called when the class instance (of which there is only one, of course) is garbage collected, which happens to

Re: Netscape 4.7: Connection reset by peer

2000-08-13 Thread Dale Bronk
I have received this error also. I have not narrowed it down to Netscape 4.7. I simply see about every couple of days this exception popping up on my server console. I have sent this to support and this mailing list before and have not received an answer. I have received replies stating they

Setting system properties

2000-08-13 Thread Ray
Hi there again I have a question setting system properties under Orion. I have the following lines of code in my client app: System.setProperty("java.naming.factory.initial", "com.evermind.server.rmi.RMIInitialContextFactory"); System.setProperty("java.naming.provider.url",

Re: Netscape 4.7: Connection reset by peer

2000-08-13 Thread pminearo
Have you tried to duplicate the error on other platforms? I have received this error numerous times. It seems to be machine specific. I get it all the time with my laptop; but with mine and other desktops, I do not get it. I have consulted others on this issue and they are inclined to