hi,
i'm trying to run a servlet code, but i get "HTTP Status 404 - Servlet Update2 is not available" error.
i checked code, its perfect, web.xml is correct.
but i did not find any .class files in my web-inf/classes directory.
how could i get servlet .class files in web-inf/classes dir?
Without seeing project structure and relevant coding it is difficult to make a statement. If you want attach your project in zip/rar to next reply and someone will have look at it, of course if it is not confidential.
Otherwise u do one thing....compile ur servlets .java files and place the .class files manually in the WEB-INF/classes folder then it shld work...and one more thing...did u make ur servlet public?....
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.