The Artima Developer Community
Sponsored Link

Java Answers Forum
Internal Server Error

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Pratheeba

Posts: 11
Nickname: pratheeba
Registered: Sep, 2003

Internal Server Error Posted: Nov 25, 2003 9:40 AM
Reply to this message Reply
Advertisement
Hi,

I am new to servlet programming. I am using jsp.In that i am using useBean. I am just creating on form which is accepting username password.After that i am storing that values in userInfo bean class.Everthing seems to be fine but when i try to run on my localhost(using tomcat)
It throws

exception

javax.servlet.ServletException: project3.UserInfoBean

root cause

I don't know what is going on any one help me out...Thanks

java.lang.InstantiationException:
project3.UserInfoBean at org.apache.jsp.ProcessReg$jsp._jspService(ProcessReg$jsp.java:84)

Topic: Java & RegEx Previous Topic   Next Topic Topic: Need urgent help in java!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use