users@glassfish.java.net

Re: where does glassfish store the java file for JSP?

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Wed, 31 Dec 2008 18:02:56 +0100

If you're using Java 6, they're not written to disk. Everything is
done (much faster) in memory.
Check this entry for how to get to them: http://blogs.sun.com/foo/entry/i_want_to_see_my
Also, why don't you use a debugger (NetBeans, Eclipse)?
-Alexis

On Dec 31, 2008, at 17:37, glassfish_at_javadesktop.org wrote:

> Thanks for the fast response nitkal. I did look in that directory
> before posting. I could only find jsp for webapps(war) there. I
> coudn't find the JSPs included in an EAR>war>jsp.
> I found a few of them here:
> C:\Sun\SDK\domains\domain1\generated\jsp\j2ee-apps\ecommerce
> \ecommerce_war\org\apache\jsp\..............
>
> But I don't find all the jsps in there.... only a few. Does
> glassfish delete source files after generating .class files?
> [Message sent by forum member 'suneelgv' (suneelgv)]
>
> http://forums.java.net/jive/thread.jspa?messageID=323724
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>