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

Web-based GUI using JDBC

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I programmed java when I was in school, but everything was given to us (students). Now I am trying to do some java on my own, and I am having a bit of difficulties. I downloaded apache Tomcat and compiled some servlets from a tutorial that I found online. Now I am trying to make this form but I can't seem to access the form when I enter the url using http://localhost:8080/licenseForm. It is not a servlet so I don't believe I have to enter http://localhost:8080/servlet/licenseForm.

This is my code:


This is the error that I get:
HTTP Status 404 - /licenseForm

type Status report

message /licenseForm

description The requested resource (/licenseForm) is not available.




I am honestly stuck, and don't know what to do....Please help!!
 
Ranch Hand
Posts: 1780
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Crikey, one doesn't know where to begin. Hmmm... are you familiar with the difference between servlets and applets, or perhaps between chalk and cheese?
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Since a similar question was already asked (twice), I'm closing this one.

To the OP: I think you need to back up a little and read up on web technologies. Applets and servlets are two very different things.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    Bookmark Topic Watch Topic
  • New Topic