I am trying to get a
Java program GUI to show up on the web using the local link
http://localhost:8080/licenseForm. I keep getting an error
type Status report
message /licenseForm
description The requested resource (/licenseForm) is not available.
The .java file is in
/home/c047647/tomcat
The .class file is in
/home/me/tomcat/webapps/ROOT/WEB-INF/classes
the .java file compiles with no problem, but it just won't show up on the webpage.