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?
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.
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
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
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?