This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.

Senthilkumar Rajamarthandan

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

Recent posts by Senthilkumar Rajamarthandan

How to implement security or SSL in servlet?. Can anyone help on this?.
19 years ago
All,
I have this question in my head about JNDI lookups, but haven't received proper information
when i do research. The question is simple.
We have a typical WLS cluster setup, with
WLS running in a JVM on a server host, with objects bound to its JNDI tree, and we also have a WLS client Java application. The client connects to WLS and performs JNDI lookups on the server.
The question is, if the client uses JNDI to lookup an object that exists in a separate JVM, it does load balancing and failover properly. Alternatively, if client uses same JVM to lookup an object in failover case, we are encountering application specific error. I just need to know what makes difference when you lookup an object(RMI) from same JVM and separate JVM.
Any help appreciated,
-Senthil
21 years ago
Hai
I want to compare two ascii files in the same directory.It should be check every string in each file.Could anybody help me?
24 years ago