How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic



How can I run multiple instances of the same servlet class in the same weblogic server instance? : B..

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

Post New Answer

More Weblogic Interview Questions

Explain the domain creation types?

1 Answers  


What is http tunneling? How can we configure it on weblogic?

1 Answers  


What do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?

1 Answers   IBM,


What is the default thread stack size in windows?

1 Answers  


What is Virtual Host in Weblogic , how to create it & what is the advantage ?

18 Answers   iFlex, TCS,


How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic

1 Answers  


What are the toolbar elements.

1 Answers  


Tell me what are the causes of having ociw32.dll error in the database of web logic server?

1 Answers  


What is MSI mode?

3 Answers  


What is the difference between the sun jvm and bea jrockit jvm?

1 Answers  


What does the connected to element in the toolbar signify?

1 Answers  


Do you know what type of object is returned by resultset.getobject()?

1 Answers  


Categories