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 |
What is a servlet?
What is the difference between jsp and servlet life cycle?
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 ?
What are the key methods that are involved in processing of http servlets?
What is the difference between 2 types of servlets?
Which application server is best for java?
How to get the current httpsession object?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is a servlet context?
waht is the main diference b/w servelts and JSP ?
What is the purpose of requestdispatcher interface?
What is url encoding and url decoding