How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
Answer / Lakhan Singh
To run multiple instances of the same Servlet class in the same WebLogic Server instance, you should define each Servlet in a separate web module (.war or .ear file) and deploy them individually. Alternatively, if you have a single web application (.war), you can use the Weblogic's Multiple Session Management feature, which allows multiple instances of a Servlet within the same web application to run concurrently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the domain creation types?
What is http tunneling? How can we configure it on weblogic?
What do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?
What is the default thread stack size in windows?
What is Virtual Host in Weblogic , how to create it & what is the advantage ?
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
What are the toolbar elements.
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
What is MSI mode?
What is the difference between the sun jvm and bea jrockit jvm?
What does the connected to element in the toolbar signify?
Do you know what type of object is returned by resultset.getobject()?