This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Thanks for your reply but since i am a beginner i dont have that much idea onto where to look for Exceptions please can you ellaborate and explain the above concept so that i can track where i am actualy going wrong...........it will be kinda of you.
Thanks in advance
Dhwani:>Its always too soon to quit.
winay Kumar
Ranch Hand
Joined: Aug 13, 2007
Posts: 34
posted
0
Hi,
which web server you are using? if you are using tomcat then you can find all server messages in stdout.txt file which inside tomcat/logs/stdout.txt
Winay Kumar<br />SCJP 5.0
dhwani mathur
Ranch Hand
Joined: May 08, 2007
Posts: 621
posted
0
Hi thr
i am using Tomcat server anyways thansk a lot my problem is solved but not completly still i am left with some doubts actualy first i call html from which i am calling jsp later i am calling servlet from jsp using response.sendredirect() method but i have put some more coding on my jsp that i am not getting in my output i just get the output from my servlet
i mean to say how can i pass my control from servlet back to jsp so that i can get output from furthur below jsp code. i have tried methods like getcontextpath("testing.jsp") from my servlet but i dont know if i am in right direction or not
any help on above will be realy great thanks in advance