I created one web application project. It contains a servlet file and a HTML file. How do I call servlet file from HTML?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just map the servlet on a certain E.g.
in combination with
and/or
in HTML (or JSP). Links and forms with To learn more about servlets, I strongly recommend to go through the basic tutorials which you can find at Coreservlets.com and the Sun Java EE 5 tutorial part II chapter 4. If you prefer books, I can then recommend the Head First Servlets & JSP. |
|||||
|