What is the procedure of invoking different servlet in a different application?



What is the procedure of invoking different servlet in a different application?..

Answer / Shemphan Sun

To invoke different Servlets in a different application, you need to package each Servlet into its own separate WAR (Web Archive) file and deploy them separately to different web applications. Each web application is deployed on a different instance of the web server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What is a servlet?

1 Answers  


What is the difference between jsp and servlet life cycle?

1 Answers  


A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?

1 Answers  


What are the key methods that are involved in processing of http servlets?

1 Answers  


What is the difference between 2 types of servlets?

1 Answers  


Which application server is best for java?

1 Answers  


How to get the current httpsession object?

1 Answers  


Tell the new features added in servletrequest interface i.e. Servlet 2.4

1 Answers  


What is a servlet context?

1 Answers  


waht is the main diference b/w servelts and JSP ?

8 Answers   CAP, HCL,


What is the purpose of requestdispatcher interface?

1 Answers  


What is url encoding and url decoding

1 Answers  


Categories