hi...
how to compile and run a servlet application using Tomcat5.5 ...
where to place the class path......and how to run....
After compiling Java file I have placed .class file in ...
C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes
and my java file is in...
C:\servlets/HelloWorld.java
and i have accessed like this....
http://localhost:8080/servlet/HelloWorld
i m getting error like this.......
HTTP Status 404 - /servlet/HelloWorld
type Status report
message /servlet/HelloWorld
description The requested resource (/servlet/HelloWorld) is not available.
Apache Tomcat/5.0.25
Can anyone suggest a solution to this.........