I have copied my java class file("Hello.class")in the following
directory "\Tomcat 5.0\WEBAPPS\servlets-examples\WEB-INF\CLASSES\Hello".
Then start Tomcat 5 from "/bin/startup.bat".
Openned internet explorer . put url written as below
"http://127.0.0.1:8080/servlets-examples\WEB-INF\CLASSES\Hello"
The messege "no resources found" is given by the browser.
But when i try 2 run their example class it gives desired result.
My Hello.java is totally correct . I copied it from "The complete
reference Java 2" by Herbert Schilt.
Plz help me.
plz tell me where i hav 2 copy my java class file & what will be the
url in my browser.