herbert christy

Greenhorn
+ Follow
since Mar 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by herbert christy

Hi,

I am exploring to use Sun's appserver (built-in) messaging service in my
project. Could someone share about the reliability/performance with this
product?

Thank you,
herbert
Hi,
I encountered the same problem and I read somewhere. It works.
Make sure the common-dbcp & pool-1 jar files are located in
/common/lib folder. These jar files can be downloaded from tomcat website.
The next step is adding these parameters between your <ResourceParams>
in your server.xml

Somehow, after I added these parameters, it works fine.
Give it a try.
21 years ago
Hi,
I just got the news, passed the scjd.
So far, I can't find the detail yet.
Where can I find it?
I have learnt a lot from this forum.
Thank you.
Herbert
22 years ago
Hi,
Maybe you can try to specify the
codebase.
@@ Herbert @@
Hi,
I am creating RMI application. I want the server
to have a function to connect and disconnect
from the registry. So far, no problem with
connect. But how to implement disconnecting?
I tried using unbind(), but the client can still
access to the stub. Where should I put the
unbind(), the server or client?
Thanks.
Herbert
22 years ago
Hi,
I am kind a new in RMI.
I created RMI application and
wanted to add a function to the server
to monitor clients which are connected.
Is there any method to do this?

Thanks..
Herbert
22 years ago