Hi Whenever you ask for a jsp file, the jsp file is first converted to jsp_x.java, which is then compiled to jsp_x.class. In the ServletExec folder, there will appear a folder called classes. Check whether your classfile is present.
From the exception, it is clear that the java file is not generated. In the servletExec, admin console, there will appear a option called classpath. Set the classpath properly. Thanks & Regards Balasubramaniyan Krithivasan Software Engineer -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Sathya Sent: Wednesday, April 24, 2002 12:25 AM To: [EMAIL PROTECTED] Subject: Re: JSP file not found. Can any one please tell me what the problem is... Sathya ----- Original Message ----- From: "Sathya Shiv" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 5:25 PM Subject: JSP file not found. > Hi, > I am using IIS and srevlet exec to execute servlets...I have placed the html and .jsp files under IIS server wwwroot directory and servlets under servlet Exec classes folder. > I am able to access teh html files....But, whenever the jsp file is invoked I get the following error... > PLease help me... > Thanks, > Sathya > > ServletExec: caught exception - java.io.FileNotFoundException: C:\Program Files\New Atlanta\ServletExec ISAPI\Servlets\pagecompile\_htdocs\_sage\_reservation_add_xjsp.java (The system cannot find the path specified) > [Tue Apr 23 08:24:39 PDT 2002] java.io.FileNotFoundException: C:\Program Files\New Atlanta\ServletExec ISAPI\Servlets\pagecompile\_htdocs\_sage\_reservation_add_xjsp.java (The system cannot find the path specified) > [Tue Apr 23 08:24:39 PDT 2002] at java.io.FileOutputStream.open(Native Method) > [Tue Apr 23 08:24:39 PDT 2002] at java.io.FileOutputStream.<init>(FileOutputStream.java:97) > [Tue Apr 23 08:24:39 PDT 2002] at java.io.FileOutputStream.<init>(FileOutputStream.java:57) > [Tue Apr 23 08:24:39 PDT 2002] at java.io.FileOutputStream.<init>(FileOutputStream.java:127) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.JSP10Servlet.createFile(JSP10Servlet.java) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.JSP10Servlet.getNewServlet(JSP10Servlet.java) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.JSP10Servlet.getServlet(JSP10Servlet.java) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.JSP10Servlet.getServlet(JSP10Servlet.java) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.JSP10Servlet.service(JSP10Servlet.java) > [Tue Apr 23 08:24:39 PDT 2002] at javax.servlet.http.HttpServlet.service(HttpServlet.java:865) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.ServletExec.CallServletService(ServletExec.java) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.ServletExec.processServletRequest(ServletExec.jav a) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.ServletExec.processServletAlias(ServletExec.java) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java) > [Tue Apr 23 08:24:39 PDT 2002] at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java) > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
