What is managed server
Answers were Sorted based on User's Feedback
Answer / akshay
Any WebLogic Server instance apart from Administration
Server is called as Managed Servers. This is weblogic
server where you deploy your application (Though you can
deploy your application in Administration server as well
but it is not recommended in production/UAT instance)
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / rajesh
An instance of a web logic server is called a managed server
which is not a admin server i.e in a domain we have multiple
web logic instances, among those only one is the admin
server which is created first rest of the instances are
called managed servers.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rajeev
It is also the service of weblogic server.Holding the applications and serving the user request
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hari krishna.y
A managed server is a weblogic server instance or it is also called as JVM. In a domain there could be multiple managed servers.
Usually we can hosts the application in the managed server and serves the user requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karunakar
A weblogic server instance is called managed server.
An administration have no of manager servers.
| Is This Answer Correct ? | 0 Yes | 6 No |
What are the two important tcp socket classes?
How to change from default jvm to others?
what is WLS T3 protocol?
Define the toolbar elements.
Can We Start A Managed Server If The Administration Server Is Unavailable ?
suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
What does isidentical() method return in case of different type of beans?
How do stubs work in a WebLogic Server cluster ?
How many types of logs are there?
How can we configure http tunneling on weblogic?
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic