HI can anybody guide me how to run servlets in tomcat server 5.5
The common way is to paste the .class file to
drive\Apache Software Foundation\Tomcat 5.5\webapps\servlets-examples\WEB-INF\classes
and run URL in browser
*localhost:8080/servlets-examples/servlet/ServletfileName
but the thing is the example class files which are available by default are able to run but the class files which i make and paste in the directory gives me a 404 Error
And also i would like to knwo how to configure tomcat to run as a web server
Please Help
The common way is to paste the .class file to
drive\Apache Software Foundation\Tomcat 5.5\webapps\servlets-examples\WEB-INF\classes
and run URL in browser
*localhost:8080/servlets-examples/servlet/ServletfileName
but the thing is the example class files which are available by default are able to run but the class files which i make and paste in the directory gives me a 404 Error
And also i would like to knwo how to configure tomcat to run as a web server
Please Help