I wish to call servlet using form action in HTML
.
I have many html and jsp so i separated all by using folder. I kept that folder inside webcontent of my project.
But, I can't able to access servlet.
My file structure:
Servlet is at
./../../src/servletPackage/Servlet.java
HTML
is at
/../../Webcontent/NewFolder/first.html