Hi,
 To  debug JSP:

put ur jsp file in the location <drive>:\IBMVjava\ide\project resources\ibm websphere 
test
environment\hosts\default_host\default_app\web\jsp
 goto Visual age Workbench
Choose workspace->tools->launch websphere test environment
Choose jsp execution monitor , this will display a option menu -> select "Enable 
monitoring JSP execution" & if
u want it to display syntax errors select "Retrieve syntax error information"
goto to the browser and then type the url as http://localhost:8080/jsp/<ur file name>

To debug beans:
   Set a break poing and run the bean.

Regards,
Chetana

ZhangDong wrote:

> Hi all!
>    I'm wanting to write JSP files by IBM webshpere and write some beans in VisualAge 
>for Java.
> but I can't debug these beans and the JSP file.
>    Can you tell how can I debug them? Is there any other development which supports 
>degbuing deans and JSP?
>
> Thanks in advance!
>
> ===========================================================================
> 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