Sometime the speed of writing and scrolling is very fast and it become very difficult to see the whole code and when you write code of printwriter at 14.35 minutes of the video one if the portion is not clearly visible. Apart from that it is very helpful
@@CSCORNERSunitaRai And there is another problem My code isn't successfully run and I am getting a error and I can't review the whole code because in the video I haven't see properly the whole code because it is hidden below on the screen and you don't move page below in the video anywhere.
Do not skip her steps to add the mysql connector jar to the server in the IDE! After doing that I had a Tomcat caching issue and it would not validate the driver until I ran it a few times and got a new cache with the connector jar in the runtime classpath. Remember, that is runtime classpath, not compile time, and just adding a jar by adding library jars isn't going to work for a servlet.
Thank you mam your video most of the helpful for me.. because i had search this type of video in many of the day but another videos not much clearing my doubt but your video is nice fully explain this concept of authentication purpose.. thank you once again...
I tried same as you mam and without any errors executed but it always showing else block statements only and if block statements not working can you clarify it once mam
@4:14 I did the same thing, clicked on Organise Import option and yet the errors remain. Error message "The import java.io.IOException cannot be resolved". What can i do about these errors? thankyou
Hello mam From few days facing this issue After downloading mysql connector I don't see executable jar file ..multiple times I downloaded checked every folder but in vain Can u help me get through this
Hi Sunita, I am from England. I left programming about 15 years ago. Forgotten every thing, reviving my memories. Where can I reach you in case of any queries. thanks and regards.
Thank you for the video. I tried as stated in video... but getting the error ... The requested resource [/Login/] is not available using eclipse EE Version: 2022-09 (4.25.0)
Hi Mam.. can you please make the same project using maven and hibernate along with jsp and servlet? I have searched everywhere and could not find one in updated format.
I got this error after running on server after writing first program @ login jsp 404 not found The origi server did not find a current representation for the target resource or not willing to disclose that one exists
Hello mam, After user login when I enter name and password. When I clicked login button it not showing welcome.jsp Or login failed try again page. What should I do for solving this error?
@@sankalpakuldharan1384 1. go to the folder where the mysql connector jar file is located (Probably downloads) 2. Drag the jar file and drop it into WEB-INF/lib folder of your project
Ma'am, I know how to fetch data from Database. But those data, how to pass to JSP page for displaying purpose. That I do not know. Can u make video on that
@@CSCORNERSunitaRai Exactly like CRUD operation. But I didn't use bean class for writing JDBC code and also I wrote JDBC code in Servlet class only. By using ResultsSet Interface I was fetching the data and I can print it on UI using PrintWriter class. But I want to create separate JSP file for displaying purpose. So how can I pass those output data of JDBC to JSP to print it on to the UI. If you can able to give your Email ID. I will send my through Email.
Will u plz provide a code when we will add user name and password and click on login button it should get stored in database and display msg login successfully
What is wrong in this? We're just pasting required file onto server. There are different ways of doing this pgm, I have shown the simplest way which beginner can understand
hey, when you successfully logged in, why didn't url name change to welcome.jsp But when you started server it was showing login.jsp Although this might be silly question but I am new to Java
HTTP Status 404 - Not Found Type Status Report Message The requested resource [/LogingPageTest/LoginServlet] is not available Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. Apache Tomcat/9.0.85
hi mam, i want to print jsp page input field in my java class... using textfield name attribute am accessing it in request object in java class by request.getParamter() method but for all input it prints null in backend....how to fix this issue(request...httpservletrequest object)
hello sir ,I am trying to this form but i am face a error.so please solve it . Cannot invoke "java.sql.Connection.prepareStatement(String)" because "con" is null
@@CSCORNERSunitaRai no nothing shows. It shows a blank page. It let's me log in successfully... but it doesn't show the message of login successful. And when i entered the wrong credentials then it also led me to the next page but it didn't show me the login failed message and a Try again! Link . I have verified the codes. It is the same as yours. But still I found this trouble.
hello, well i got this eror message : HTTP Status 404? Not found Type Status Report message The required resource [/Login/welcome.jps] is not available Description The required resource is not available. Apache Tomcat/9.0.82 @@CSCORNERSunitaRai
*_Got a question on this topic? Please share through comments or reach us on telegram _**_t.me/cscorner_*
Mam I am a beginner . I have no basic knowledge of servlets. So you upload basic lecture on servlets
@@VikasKumar-nb5hv okay 👍
I think u entered username and password that username is not there in ur logintable to the database once check it
Mam advance java can you develop crud application and mni project
Mam I am not getting the option as webapp under src
This is great. Helped me in brushing up my understanding of Java EE code flow. Thanks.
Glad you liked my video! Please subscribe
Sometime the speed of writing and scrolling is very fast and it become very difficult to see the whole code and when you write code of printwriter at 14.35 minutes of the video one if the portion is not clearly visible.
Apart from that it is very helpful
Glad it helped you👍
Will take care next time
@@CSCORNERSunitaRai And there is another problem My code isn't successfully run and I am getting a error and I can't review the whole code because in the video I haven't see properly the whole code because it is hidden below on the screen and you don't move page below in the video anywhere.
@@siddharthtiwari1515 change speed and watch video if u think so i m going fast.
Tq Somuch akka Now understand the servelets andJDBC in Clear , (Chalaa Bagaa Ardam aindhi)
Glad you liked my video! Please subscribe
Do not skip her steps to add the mysql connector jar to the server in the IDE! After doing that I had a Tomcat caching issue and it would not validate the driver until I ran it a few times and got a new cache with the connector jar in the runtime classpath. Remember, that is runtime classpath, not compile time, and just adding a jar by adding library jars isn't going to work for a servlet.
Thanks
Thank you.. i am able to create login page successfully
Glad to know that 👍keep watching
Thank you mam your video most of the helpful for me.. because i had search this type of video in many of the day but another videos not much clearing my doubt but your video is nice fully explain this concept of authentication purpose.. thank you once again...
Glad to hear that☺👍Keep watching
This was very helpful mam. Thanks to you!
THANK YOU ! PLEASE SUBSCRIBE ! 🎉🌟
Thank you so much, That's enough for me i will manage the session myself letter...
Glad you liked my video! Please subscribe
mam.. what a explanation!!
Thank you soo soo much..
You're welcome👍please subscribe😊
You make hard concept too easy. Thx
Glad you liked my video! Please subscribe
Your Video is helpful till the date. ❤❤
Glad you liked it👍☺Please subscribe
Truly Thankful as it helped me
You're welcome! Please subscribe
Your tutorial is very helpful, Thanks
Glad it was helpful!☺please subscribe👍
Maam you're awesome! 🥺
☺thank you so much👍keep watching
I tried same as you mam and without any errors executed but it always showing else block statements only and if block statements not working can you clarify it once mam
Did u figured it out?
Thank you mam.
You are explaining the concepts are very good..
Glad you liked it👍 keep watching
Good tutorial to learn JSP and sevlets..
Thank you so much!
Great job, Sunita.
Thank you so much😊
Your videos helped me every time and this gives me accurate output without any unexpected error.
Thanks a lot ma'am 😊
That's great☺keep watching
@@CSCORNERSunitaRaimam spring basics you cam make video like spring core spring MVC spring jdbc spring aop spring security spring orm
Thank you ma'am. ma'am is that need to be online......after downloading ......it works for me when i am online?
Once you installed it will work offline too
Thank you very much mam, this was a great tutorial for beginners.
You're welcome👍
Thank you so much maam , it was a much needed
You're welcome👍 keep watching
Very knowledgeable video, thank you so much mam
❤
Most welcome 😊please subscribe 👍
Please explain one topic -jstl in your series
Ok, noted. Will try
Thank you so much mam from cdac Pune institute
Most welcome 😊please subscribe 👍
in 9:44 , where can i get my my own password?
how to find driver path....line number 21
thank youuuuu easy and so helpful
You're welcome 👍Please subscribe
really helped a lot❤
when i clicked on organise imports nothing happened and errors weren't fixed 4:17
Then u can import manually
@4:14 I did the same thing, clicked on Organise Import option and yet the errors remain. Error message "The import java.io.IOException cannot be resolved". What can i do about these errors? thankyou
bro did you sloved now
same issue dude
Thanks mam👍 i just need to ask one question that jar file i moved to Apache server is enough or I need add again in deployment or build path
No need.. That's enough
Thank u mam for a wonderful teaching🙏
You're welcome👍
You are the best thank you so much
You're welcome😊please subscribe👍
maam the printwriter line is not visible can u please tell what is was 14:30
PrintWriter out=response.getWriter();
Thank you for your wonderful teaching mam
Glad you liked it👍Do explore my channel for more stuff
I saw your all videos but i need mam beginner videos for servlets
Mam 😭😭😭😭😭😭😭😭😭😭your are the best
U r great mam ❤
It's my pleasure!
You're welcome👍 please subscribe 😊
Hello mam
From few days facing this issue
After downloading mysql connector I don't see executable jar file ..multiple times I downloaded checked every folder but in vain
Can u help me get through this
You need to extract it. Check your download folder
While running jsp page it showing that "the selection is not within a valid module" what I have to do?
While creating project select web module 2.5
mam I have selected version 2.5 and it throws an error that version 2.5 was not on java build path. What I have do mam.
Hi Sunita, I am from England. I left programming about 15 years ago. Forgotten every thing, reviving my memories. Where can I reach you in case of any queries. thanks and regards.
U can send messages on my telegram
Thank you for the video.
I tried as stated in video... but getting the error ... The requested resource [/Login/] is not available
using eclipse EE Version: 2022-09 (4.25.0)
Is login is jsp Or servlet?
Thanks mam for great explanation. I am getting class not found exception in this class.forname() line what should I do? And i followed every step.
You're welcome👍
Follow this video to solve error
th-cam.com/video/UzJjb10SlA0/w-d-xo.html
Well explained 👍
Thank you so much👍
Hi Mam.. can you please make the same project using maven and hibernate along with jsp and servlet? I have searched everywhere and could not find one in updated format.
I'll try
@@CSCORNERSunitaRai thankyou
mam as i put username and password and click login button i am getting
blank black page as output
Check whether u hv entered correct login details or check console id any ereor
I got this error after running on server after writing first program @ login jsp
404 not found
The origi server did not find a current representation for the target resource or not willing to disclose that one exists
Make sure your login.jsp is placed in proper directory (webapps)
@@CSCORNERSunitaRai k IL try
@@CSCORNERSunitaRai but also the same problem mam
Hello mam,
After user login when I enter name and password. When I clicked login button it not showing welcome.jsp Or login failed try again page. What should I do for solving this error?
Please check action attribute of form tag.
Also make sure your jsp Or html files are under webapp
Mam, now it's working. But showing only login failed page for every input, not displayed welcome.jsp file for correct username and password.
@@sankalpakuldharan1384
1. go to the folder where the mysql connector jar file is located (Probably downloads)
2. Drag the jar file and drop it into WEB-INF/lib folder of your project
@@ybsigma3317 I get this error too. Now I fixed it thank you!
@@ybsigma3317 thanks
Ma'am, I know how to fetch data from Database. But those data, how to pass to JSP page for displaying purpose. That I do not know. Can u make video on that
yes I'll.
If u can share your requirement exactly
@@CSCORNERSunitaRai Exactly like CRUD operation. But I didn't use bean class for writing JDBC code and also I wrote JDBC code in Servlet class only. By using ResultsSet Interface I was fetching the data and I can print it on UI using PrintWriter class. But I want to create separate JSP file for displaying purpose. So how can I pass those output data of JDBC to JSP to print it on to the UI. If you can able to give your Email ID. I will send my through Email.
what is this com.mysql.cj.jdbc.Driver which you specified in class parameters
This is driver name
Thank you very much mam ❤
You're welcome👍 keep watching
PrintWriter out = response.getWriter();
Code which is not visible on line number 25 at the @14:34 min
response.setContentType("text/html")
Mam if we use postgresql the same process will be followed for connectivity purpose??
Yes steps are going to same only jdbc driver and connector will change. Download connector for postgresql and use it.
After executing the code loginsevlet page showing empty blank page.
Nothing is visible...
If this is the case then check getParameter method.
did u wrote write textbox name
my servlet page not working is show a error in resource not avilable in Login project
Join my telegram, I have shared source code, check file section
Mam, I am facing Description Java compiler level does not match the version of the installed Java project facet issue when trying to run the program.
R u using eclipse IDE?
Check compatibility of eclipse ide and jdk
hi mam, great tutorial but I was running into an issue, I got Login failed for every input
Is the connection established successfully?
Check your table name and column name. Also check whether you have data in table or not
@@CSCORNERSunitaRai I checked mam, the issue has now been resolved, thankyou.
@@akshattiwari5495 great
After login its showing blank page what is the error in that mam
Me to if you found error please share me
Because there is no content in home page 😅
have followed your video but when trying to run on server i am getting error as class not found exception request you to plz guide me
Did you added connector. jar
mam can we store the inputs like name, mail in jsp page in Mysql database?
Yes yes
@@CSCORNERSunitaRai i just modified the code to store the html inputs in Mysql database.
Thanks for this Video mam :)
Thanks for your explanation ♥
maam like servlet we are using in it, don't we need .xml file to map the servlet????
While creating servlet we hv check mark web.xml.
So no need to do manual mapping
Hi I have a question. How to add JSTL jar files in Eclipse(2021 version)
You need to paste jstl.jar and standard. jar files to tomcat lib folder
@@CSCORNERSunitaRai thanks Is there any official way to get these? Like any official website
Hi...maam..gud afternoon.....I have a doubt on connections....how to check path,protocol,localhost..
Localhost and protocol is going to remain same. Only you have to check port number.
U can login to mysql command line and can check.
Will u plz provide a code when we will add user name and password and click on login button it should get stored in database and display msg login successfully
Join my telegram.. Already shared
Ok
How can I copy my connector jar file into this I think its not ideal way of doing this in your video
What is wrong in this? We're just pasting required file onto server.
There are different ways of doing this pgm, I have shown the simplest way which beginner can understand
Interesting tutorial
Thank you so much👍
hey, when you successfully logged in, why didn't url name change to welcome.jsp
But when you started server it was showing login.jsp
Although this might be silly question but I am new to Java
It's not a silly question 😊
This is due to the method which I have used
Mam servelt is running successfully but I can't get the login successfully page after submit
Check your database connectivity
nice tutorial
Thank you so much👍
Even after organising imports, the errors are still there
What error u r getting?
Why to choose dynamic project
For web project
@@CSCORNERSunitaRai ok but it's necessary to create the dynamic web project there's no other option
HTTP Status 404 - Not Found
Type Status Report
Message The requested resource [/LogingPageTest/LoginServlet] is not available
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/9.0.85
Check my tomcat tutorial
Is it resolved to you. I am getting the same error
Mam would please share the LoginServlet code if possible mam.
I'll check if I have then definitely
Hi Thanks for your tutorial. What does rs.next() do in above program and which part validates whether user name and password are correct or not?
You're welcome👍
rs.next() moves your cursor to point to your records
hi mam, i want to print jsp page input field in my java class... using textfield name attribute am accessing it in request object in java class by request.getParamter() method but for all input it prints null in backend....how to fix this issue(request...httpservletrequest object)
java program means swing based application?
request and response concept comes in web application not desktop
now i am running login.jsp file but it says HTTP status not found---what is the solution for this
Did you kept your jsp file in web apps folder
Yess mam
Hello Ma'am actually Im facing troble to add mysql connector in server runtime so can i add connector in classpath.
U can add to lib folder
Well explained
Thank you!
mam I have selected version 2.5 and it throws an error that version 2.5 was not on java build path. What I have do mam.
hello sir ,I am trying to this form but i am face a error.so please solve it .
Cannot invoke "java.sql.Connection.prepareStatement(String)" because "con" is null
Check import for Connection, it should be java.sql.Connection.
Also check declaration of connection object
Thank you ma'am 🙏
Keep watching!
Mam at 1.05 I have the same issue with Jakarta how to solve it mam?.. please help me mam
Mam I am getting "HTTP Status 404 - Not Found" while clicking on login button, Kindly help me
check your file name or page name.
if it is jsp in action u hv to give extension if servlet don't give extensions
@@CSCORNERSunitaRai Thanks for your time mam.
for me errors are not clearing after organizing imports
You need to java.sql
Welcome page not showing neither else part is showing
what error u are getting?
@@CSCORNERSunitaRai when I log in to the page. It does not show a welcome message or login failed message.
@@Anmol_Sharma. Is it showing error on console?
@@CSCORNERSunitaRai no nothing shows. It shows a blank page. It let's me log in successfully... but it doesn't show the message of login successful. And when i entered the wrong credentials then it also led me to the next page but it didn't show me the login failed message and a Try again! Link . I have verified the codes. It is the same as yours. But still I found this trouble.
@@Anmol_Sharma. Send me code on my telegram channel
cscorner
Hello, it doesn't work for me, I don't get successful login, I use workbench 8.0.34, and the connector I use is 8.0.30, greetings
Ohk
R u getting any error?
hello, well i got this eror message : HTTP Status 404? Not found
Type Status Report
message The required resource [/Login/welcome.jps] is not available
Description The required resource is not available.
Apache Tomcat/9.0.82 @@CSCORNERSunitaRai
I'm getting HTTP Status 404 /Login/Welcome.jsp type status report error
It means it's not able to locate Welcome.jsp file.
Check name whether it's proper or not
@@CSCORNERSunitaRai Thank you mam Now all error resolve
I am not getting the option dynamic web project
Did you changed perspective?
Change from java to java ee
Mam can you please create same project on visual studio please update thanks
What is the difference between JSP and HTML?
In jsp u can write logic along with designing.
But in html only design
hi mam how to create registration page without register.dao?
How to find jdbc driver path?
In your project check referenced library
@@CSCORNERSunitaRai thank you got it
i put the correct username and password and i get a blank page . i can call both login and welcome files just fine.
make sure you put the jar file in the tomcat lib folder
maam but, error 405 is coming method not allowed
Hey buddy, change get to post else post to get
Thanks so much!!!!!
Glad my video helped u!
Most welcome 😊Please subscribe
Can you provide the Source code of this login page
Join my telegram and check file section
Good mam
You're welcome!👍Please subscribe 😊
Mam iam getting error in creating printwrite object
Join my telegram and share me error pic
thank you very much............
You're welcome👍 do explore my channel for more stuffs