probably the IIS is blind.... that's why it cud not find...
> ---------- > From: Sathya[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology. > Sent: Wednesday, April 24, 2002 4:55 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.j > av > a) > > [Tue Apr 23 08:24:39 PDT 2002] at > com.newatlanta.servletexec.ServletExec.processServletAlias(ServletExec.jav > a) > > [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
