Joel Joseph

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

Recent posts by Joel Joseph

Never, and i mean never use threading inside EJBs.
Read the docs and you will know.

Threading and stuff is managed by the app server.
If we try to put in our own stuff, then the behaviour is unpredictable.
16 years ago
Hi,

Your admin server will receive all requests. And then forward the requests to the managed servers.
Hence, calls will not get duplicated.
16 years ago

Originally posted by Vasily Stepanov:
How can I run the Managed sever on separate(not the same with AdminServer) machine.



Hi Vasily,

Sorry if im a little late to reply to this question.
All you need to do is: Point the Admin url parameter in your managed servers 'startManagedServer.sh' file to the Admin server.
16 years ago