What are the Internal servlets maintained by the web server?
Answer Posted / suchitra
internal servlets are built-in servlet that you can add to
your Web module to enable optional functions for that Web
module.
///////////SUCHITRA KUMAR SUKLA\\\\\\\\\
Here are the available internal servlets:
com.ibm.ws.webcontainer.servlet.InvokerServlet
Invokes a servlet by class name. Add this servlet to a Web
module with the WebSphere Development Studio for iSeries
tools. For more information on how to add a servlet to your
web module, see the WebSphere Development Studio Client
Help.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which event is fired at the time of project deployment and undeployment?
Where do you define dispatcherservlet?
What are different Authentication options available in Servlets.
How to get the actual path of servlet in server?
What is a generic servlet?
What is the dispatcher servlet?
How to get the path of servlet in the server?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Difference between java beans & servlets?
What's the difference between authentication and authorization?
What is servlet configuration?
How can an existing session be invalidated?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Is servlet a server side scripting language?