I have installed Oracle8i IAS that functions as a web server(Apache) and JSP server. However, I am getting error when the corresponding JSP file is accessed from a browser. It is a Java error stating that the file cannot be found:
javax.servlet.ServletException:java.io.FileNotFoundException: /send.java
I have confirmed the files are there.

I believe it's some configuration or access setting that's causing this problem. There's no problem with the JSP as it was running fine on another server.

Any help appreciated.
Thanks.