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.java) [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
