[appengine-java] Where is jsp translation to servlet code stored

2010-01-09 Thread powell...@gmail.com
When I upload a jsp to appengine with Ecllipse, my understanding is
that the translation from jsp to servlet  happens in Eclipse and  only
the compiled code is uploaded to appengine. Is this correct? Where can
I view the translated servlet file?

Thanks
Dave
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




Re: [appengine-java] Where is jsp translation to servlet code stored

2010-01-09 Thread Qian Qiao
On Sat, Jan 9, 2010 at 19:15, powell...@gmail.com  wrote:
> When I upload a jsp to appengine with Ecllipse, my understanding is
> that the translation from jsp to servlet  happens in Eclipse and  only
> the compiled code is uploaded to appengine. Is this correct? Where can
> I view the translated servlet file?
>
> Thanks
> Dave

$TMPDIR or /tmp on POSIX systems. I'm guess windoze has some sort of
similar directories?

-- Joe

-- 
Two things that are infinite, the universe and my stupidity, and I'm
not sure about the universe.
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.