[EMAIL PROTECTED] wrote:
>
> lets say that I make a servelet and put it in this
> directory->C:\windows\desktop\TOMCAT\webapps\examples\servlets\TEST.html
Excuse me, but what kind of file are you putting there?
If you are writing a servlet, it's a .java file. You have to compile it
to get a .class file!
I think you should place the file in this directory:
C:\windows\desktop\TOMCAT\webapps\examples\WEB-INF\classes\test.class
And if you are running Tomcat "standalone" (not with IIS or Apache or
else) on port 8080:
http://localhost:8080/examples/servlet/test
--
Arnaud Vandyck <http://www.ressource-toi.org/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]