Quote:
quote:Originally posted by enjay
The class is declared as HelloWorld with 'W' in uppercase. YOu have saved the file with 'w' in lower case. Hence the problem. Save the file as HelloWorld.java and try compiling. It should work.
-eNJay
|
.................................................. ......
thnx
compilation done correctly.
I put d class file .... HelloWorld... in the dir:::
C:\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes
in IE, as i typed:::::
http://localhost:8080/servlet/HelloWorld
follwing erors appears::::
............................
type Status report
message /servlet/HelloWorld/
description The requested resource (/servlet/HelloWorld/) is not available.
........................................
what should i do now??????
Do i need to create a web.xml file......
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28