what do u mean by this???
I do have class path set for servletexec /classes directory. and my servlets
work fine...
But, jssps are not creating servlets/pagecompile directory...I chacked the
permissions it has full permission...I tries even creating one...still no
luck...
When you say classspath do you want me to include the path where jsp
resides....
I assume the servlet exec will understand the server home path.

Sathya

----- Original Message -----
From: "Balasubramaniyan K" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 23, 2002 6:05 AM
Subject: Re: JSP file not found.


> 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
>
>

___________________________________________________________________________
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

Reply via email to