• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP Servlet and eclipse

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I am currently new to JSP and servlet. Today I am making a simple form validator program that will get the form data form registration.jsp validates in validator.java(servlets) and if there is any error it displays the error in registration.jsp finally when all the validation are done.(for now validation is only checking if it is not blank) it navigates to confirm.jsp where all value are displayed.

I don't know if I setup my Apache server wrong or something else i am unable to get webapps using localhost:8080/appname.

So I am using eclipse. The problem is I don't know where to put those files in which folder ?

and is there anything needs to be written in web.xml ?

I would really appreciate if someone could provide me with the files(just with hierarchy and blank file) so I could build using that.

Edit: and furthermore how do I reference in the form action ?

Regards,
boynep
EclipseScreenShot.jpg
[Thumbnail for EclipseScreenShot.jpg]
My screenshot
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic