|
Hi,
I am using windows 98 with tomcat
v3.2.1
I have a problem that when I tried to run some demo
from other book have servlet example, and I always get 404 not found
problem.
my http root : c:\wwwroot
and I put all .class file in folder name servlet
and the html file name servlet.html
I used IE and typed http://localhost:8080/servlet/servlet.html
gave me 404 not found on IE, and typed http://localhost/servlet/servlet.html was
able to load the page, but I couldn't use the servlet feature it's
programmed.
The html file load a class extend Applet and the
class will call some servlet when it runs. So, how should I config the tomcat so
I can change the 8080 port to read the .html file?
Thanks all
|
