i have a simple HelloWorld servlet in C:\tomcat\webapps\ROOT\WEB-INF\classes and html calling it in C:\tomcat\webapps\ROOT. why do i have to use ../servlet to call it in my form tag like this: <FORM METHOD="GET" ACTION="../servlet/HelloWorld"> when it's not in a servlet directory?
thanks for helping clear this up,
erik