Answer Posted / giridhar gangapatnam
Sampleapplication
-- any html or jsp pages
-- WEB-INF
--web.xml
--lib(which contains any jar files)
--classes
--(all Servlet .class files)
After compilation of Servlet .java files start the Tomcat
Server and in URL type like:
http://localhost:8080/Sampleapplication/.html(or).jsp <--(enter)
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
How do we translate jsp?
What are the ways to handle multi-threading in servlets?
When Servlet is unloaded?
What do you mean by httpservlet?
Write a hello world program using servlets.
What is life cycle of Servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What are advantages of servlets over cgi?
What is the web server used for running the Servlets?
Explain servlet events?
Describe the phases of servlet lifecycle?
What do you mean by chaining in servlet?
What are the phases of servlet life cycle?
What is lazy loading and what is Generic Servlet Class?
Define declaration.