Re: [appengine-java] JSP code debug: Compiled JSP location in local environment

2010-05-05 Thread bosun
thanks, seleron! It's really help. I don't know why App docs does not point out it. Developer really needs this information. Or is there any other way to debug .jsp code efficiently? I tried to use Eclipse Debug perspective and could not find out useful information about bug in compiled code.

Re: [appengine-java] JSP code debug: Compiled JSP location in local environment

2010-05-04 Thread m seleron
Hi, The following threads might be useful though it depends on the operation system that you are using. http://groups.google.com/group/google-appengine-java/browse_thread/thread/e63281b3e3d1b05/9b12a70f5172c6c1 Hope some of this helps. thanks. > Hi > > I got following error in my local envirome

[appengine-java] JSP code debug: Compiled JSP location in local environment

2010-05-04 Thread bobo
Hi I got following error in my local enviroment of Google App Eng with Eclipse plugin: at org.apache.jsp.scoreresult_jsp._jspService(scoreresult_jsp.java: 161) I would like to see the code on line 161 of compiled scoreresult.jsp file. But I can't find out the location of it. Anyone can tell me wh