Does anyone know what directories I should place the 'class' files from
servlets, and 'html' and '
jsp' files from jsp?
Tomcat directory system seems to vary with each new version. I put my 'class' files into c:\tomcat\webapps\ROOT\WEB-INF\classes with the newly created 'classes' folder (I think in previous versions, 'classes' folder was already created), but I got error message 'http status 404-servlet/HelloWorld...the request source (/servlet/HelloWorld) is not available' after pointing the browser to
http://localhost:8080/servlet/HelloWorld. I tried
http://localhost:8080 and it worked fine, showing the index page of the Jakarta Project. What am I missing? Also, is Tomcat still a popular
testing platform for servlet/jsp? Any recommendation is highly appreciated.