C
coltrane
I am attempting to write an HelloWorld servlet with tomcat and of
course I can't get it to work.
I am trying to run the first servlet from the CoreServlets book.
according to the book I can create a directory, place the servlet class
file, in the directory and invoke it in a browser. I compiled the
servlet and I placed it in a directory under the webapps directory.
Well of course this didn't work.
so where should I place the class file???.
btw, I was able to place a plain html file in the directory and get it
to run.
I am running tomcat 5.5 with winxp.
thanks for the help
john
course I can't get it to work.
I am trying to run the first servlet from the CoreServlets book.
according to the book I can create a directory, place the servlet class
file, in the directory and invoke it in a browser. I compiled the
servlet and I placed it in a directory under the webapps directory.
Well of course this didn't work.
so where should I place the class file???.
btw, I was able to place a plain html file in the directory and get it
to run.
I am running tomcat 5.5 with winxp.
thanks for the help
john