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.
On Tue, May 4, 2010 at 6:48 PM, m seleron <[email protected]> wrote: > 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 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 > > where the default folder locatoin for compiled .jsp files and also how > > you debug jsp code when error is on .jsp but no error on your .java > > file? > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > > To post to this group, send email to > [email protected]. > > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
