I have been trying for three days to get a simple Servlet to work. Tomcat is working and displaying the work. I have created the blasted web.xml, .java, and .class files. All I get is HTTP 404 /Hi/ or /Hello/ could not be found. I hate Tomcat, I hate Java Servlets. If anyone can help please, please, please, I beg you, please help. Here is the java file:
Hi.java
import java.io.*;
import java.text.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Hi extends HttpServlet {
accessories: Diamond studs
Six diamond studs
Hi.java
import java.io.*;
import java.text.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Hi extends HttpServlet {
No comments:
Post a Comment