I always launch in debug mode for development. Eclipse 3.1.1, Jetty 5.1.8, Java 1.4.2 -- if it helps anyone.
/dev/mrg -----Original Message----- From: Yunfeng Hou [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 11:49 PM To: Tapestry users Subject: RE: First page display slowdown in v 4.0 Do you start jetty use run or debug mode? It should be in debug mode for eclipse to hot-place the modified java code. And is the JRE used to launch jetty has version > 1.4? Yunfeng Hou --- "Gentry, Michael (Contractor)" <[EMAIL PROTECTED]> wrote: > I'm using Jetty/JettyLauncher with Eclipse on OS X > and it hot redeploys > changes to existing methods (seems to have problems > with adding/deleting > methods/etc). I didn't do anything special for this > to occur (I'm > assuming JettyLauncher is doing something under the > hood?). I used to > use Tomcat for development and had to set > reloadable="true" in the XML > configuration for the application (under > $TOMCAT_HOME/conf/Catalina/localhost/AppName.xml for > me). > > /dev/mrg > > > -----Original Message----- > From: Bryan Lewis [mailto:[EMAIL PROTECTED] > Sent: Monday, January 16, 2006 8:29 PM > To: Tapestry users > Subject: Re: First page display slowdown in v 4.0 > > > I must be doing something wrong then. I've tried > three app servers, > currently trying JBoss/Tomcat. Running inside > Eclipse, starting in > debug mode. I have Tapestry's caching disabled in > the startup > properties, and changes to the html or page files do > take effect > immediately. But when I make a small change inside > a Java method... it > does get built automatically, and the class file > does get updated in > the webapp tree. But the change doesn't show up in > the browser until I > restart the server or reload the app. > > > Alexander Varakin wrote: > > >Hot-code-replace feature is available in Eclipse if > you run web > container in > >debug mode. The problem is that it takes twice > longer to display first > page > >in debug mode. Also Hot-code-replace works only if > you don't touch > function > >declarations. > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]