the case is as follows:
1 html file
1
servlet 1
jsp i am using
tomcat i have all these files placed at their required locations
html and jsp under webapps/root...and servlet under classes
root is the name of application
i have my html calling servlet...and servlet calling the jsp file
initially i call my html and things goes well...and when a request is made from html file it shows that requested resource (first.jsp) not available
servlet file compiled fine...and got .class version of it
i wrote the jsp code in a notepad and saved it as first.jsp
i assume that we don't compile jsp file...container does for us..placed first.jsp text file as it is under webapps/root
there is no syntax problem with any of these files...how to about solving this problem...help appreciated.
thank you
amal shah