The Compilation failed error received with WebSphere will be better
explained in the log files for your application.  In WebSphere you can
specify where the output goes (i.e., a file called stdout.txt that contains
all of the System.out statements from your code) and where the error output
goes (i.e., a file called stderr.txt).  The latter file will contain a more
specific error that will show you why your JSP file was not compiling with
WebSphere.

I believe the two files I have mentioned are found, by default, under
WebSphere\AppServer\default_host\<<wherever you have pointed the log files
through WebSphere>>

Hope this helps.

Connie

-----Original Message-----
From: Naresh Thawani [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 26, 2000 3:40 PM
To: [EMAIL PROTECTED]
Subject: Re: Unhandled Error!


Simple Debuging Tip.
 Test your page with a simple hello in body.
        add code stepwise from backup copy and you know which piece is
causing problem.
may also depend on which version of jsp/websphere used
-----Original Message-----
From: Vaishali Joshi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 26, 2000 1:05 PM
To: [EMAIL PROTECTED]
Subject: Unhandled Error!


Hi All
I am having a problem whenever I try to run JSP through web sphere.
I am getting following message on the browser window:

Unhandled error! You might want to consider having an error page to report
such errors more gracefully
com.sun.jsp.JspException: Compilation failed
----
---

I am developing JSP file in Jdeveloper environment, and it runs fine within
that env. , but as soon as I try to run it through websphere, I get this
error. Any idea? Did anyone face similar problem? jDeveloper is running
1.1.8 and websphere is running 1.1.7. Do you think that might be causing
this problem.

Your answer is highly appreciated.

thanks a million

Vaishali



________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to