adspace
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category