Those files can also be in your Application Server's directory.
For example : with Tomcat, the %TOMCAT_HOME$/work directory is where
tomcat stores the compiled JSPs.
HTH,
David

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]] On Behalf Of David Hyne
Sent: 17 septembre, 2002 17:06
To: [EMAIL PROTECTED]
Subject: Re: How do you convert a jsp page into Java?


Check your /WEB-INF/work/ directory.  For every JSP page, the server
generate (servlet) codes i.e. if test.jsp, the java file will be
"_test_jsp.java".

Hope this help!

-----Original Message-----
From: Anand Desai [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 17, 2002 1:59 PM
To: [EMAIL PROTECTED]
Subject: How do you convert a jsp page into Java?

I am seeing errors in my java code embedded in my jsp pages. The java
code line #s reported are incorrect. How do I convert my jsp page into
java code?

Thanks,
Anand

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found
at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found
at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to