ankush purwar

Ranch Hand
+ Follow
since Sep 02, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by ankush purwar

The other causes may your cluser configuration or network configuration.
Try to check it over there ?
19 years ago
Creattion and destroy of servlets absolutely depends on the web-server. You may not control this behaviour. So in my opinion you shouldn't write such code that depends on web server mechanism.
19 years ago
Try to use IP Address rather than name.
19 years ago
If it's really an error because of name .
So simply change the name
19 years ago
Try to check your application.xml in the EAR.
and see the resered ejb modules and web modules are properly placed into good hiererchy.
19 years ago
You can't catch Transactiotimeoutexception in weblogic.
It's better for you to catch Remote Exception on client side not in sesion beans .
19 years ago
Look at the JVM option
Xmx
19 years ago
Yes ,it should be that Server X and server Y will coordinate same transactions. But at least vendor must provide distributed transaction .
19 years ago
I am not sure but i think you copy your class files into your exploded directory. so weblogic automatically take it. There are some options for it in weblogic .
I refer you to see weblogic hot deployment
19 years ago
For Deploying the application don't need to restart server.
19 years ago
It's good for you to take a learning on weblogic rather than weblogic interview questions
19 years ago
Try to use weblogic.Deployer class for deploying,undeploying jars.
19 years ago
Whe user login in the system you should log a message for the login user
and when user logout from the system, then again you should the log the message for logout user.

Now you can easily track the login users in the system.
19 years ago
Why you want to access Config.xml ??
19 years ago