java web project using jsp, servlet , mysql (login & registration page)

preview_player
Показать описание
Those who are starting learning advance java like jsp servlet. It is a best example for creating a registration page and login page and using mysql with servlet and jsp. Here is complete source code.
Direct Download
Рекомендации по теме
Комментарии
Автор

sir your tutorial is great i was lot of tutorials but the best one is your tutorial.tnx

sanjeewanilakmali
Автор

I got the login page after running the project but once i click on the login button, it redirects me to a blank page. What should I do? Please help me Sir

ronten
Автор

you forgot adding the below code to web.xml

<welcome-file-list>

</welcome-file-list>

AKSB