Re: best development server for Tapestry

2006-05-23 Thread Carl Pelletier
hit a break point it > should just stop. > > HTH, > > Mark > > -Original Message- > From: Carl Pelletier [mailto:[EMAIL PROTECTED] > Sent: Tue 5/23/2006 11:59 AM > To: Tapestry users > Subject: Re: best development server for Tapestry > > That look great for m

Re: best development server for Tapestry

2006-05-23 Thread Jesse Kuhnert
g. Or at the very top there should be a bug icon that you can select to have it connect. Once that has happened, when you are walking through your app and hit a break point it should just stop. HTH, Mark -Original Message- From: Carl Pelletier [mailto:[EMAIL PROTECTED] Sent: Tue 5/23

RE: best development server for Tapestry

2006-05-23 Thread Mark Stang
Pelletier [mailto:[EMAIL PROTECTED] Sent: Tue 5/23/2006 11:59 AM To: Tapestry users Subject: Re: best development server for Tapestry That look great for me, can you explain a little how you attach it to Eclipse ? For now, I starting it from the prompt. It work great`s but I have to look of

Re: best development server for Tapestry

2006-05-23 Thread Carl Pelletier
gt; To: "Tapestry users [EMAIL PROTECTED]" ; Tapestry users Sent: Tuesday, May 23, 2006 11:54:28 AM Subject: RE: best development server for Tapestry We use Jetty running standalone. And then as part of our ant tasks we copy the war file over. It auto-deploys. I attach to it via

RE: best development server for Tapestry

2006-05-23 Thread Mark Stang
. -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Tue 5/23/2006 1:50 AM To: Tapestry users Subject: Re: best development server for Tapestry I've moved last month from this configuration to Jetty (with the Jetty Launcher plugin which permit to avoid Ant too)

Re: best development server for Tapestry

2006-05-23 Thread Paul Cantrell
Tomcat's deploy / undeploy tasks are quite speedy, but I've found that Tomcat starts going haywire after a few dozen hot deploys like that -- usually it runs out of memory; sometimes the old instance doesn't undeploy cleanly, and holds on to DB connections ... sometimes, it gets into a conf

Re: best development server for Tapestry

2006-05-23 Thread Claudiu Pîslaru
Hi! As for long stop/start process with Tomcat service, look at my solution below. For development, I'm using Tomcat 5.5.9 on a Windows machine. Initially my dev-test-cycle was: - create/modify a file in Eclipse - stop Tomcat - copy (with an ant task) files in Tomcat webapps - start

Re: best development server for Tapestry

2006-05-23 Thread Hugo Palma
letier - Original Message From: Nick Faiz <[EMAIL PROTECTED]> To: Tapestry users Sent: Tuesday, May 23, 2006 5:35:18 AM Subject: Re: best development server for Tapestry Hi, Let me echo Stephane - Jetty works very during dev. for hot deploy, etc.. Nick Stephane Decleire wrote: > I'

Re: best development server for Tapestry

2006-05-23 Thread Carl Pelletier
, 2006 5:35:18 AM Subject: Re: best development server for Tapestry Hi, Let me echo Stephane - Jetty works very during dev. for hot deploy, etc.. Nick Stephane Decleire wrote: > I've moved last month from this configuration to Jetty (with the Jetty > Launcher plugin which permit

Re: best development server for Tapestry

2006-05-23 Thread Nick Faiz
Hi, Let me echo Stephane - Jetty works very during dev. for hot deploy, etc.. Nick Stephane Decleire wrote: I've moved last month from this configuration to Jetty (with the Jetty Launcher plugin which permit to avoid Ant too) and i found that Jetty is a great server for the developpement proc

Re: best development server for Tapestry

2006-05-23 Thread Stephane Decleire
I've moved last month from this configuration to Jetty (with the Jetty Launcher plugin which permit to avoid Ant too) and i found that Jetty is a great server for the developpement process ! I think it's 10x faster than Tomcat to relaunch ... Kristian Marinkovic wrote: hi, maybe its off top

RE: best development server for Tapestry

2006-05-23 Thread Kristian Marinkovic
hi, maybe its off topic but i use tomcat 5.5 with the Sysdeo Eclipse Tomcat Launcher plugin (free) for development. This plugin uses a separate classloader to load Tomcat and all the jar files on the classpath of my project. IMHO this way of developing is much easier than using ant :) btw. the cr

RE: best development server for Tapestry

2006-05-22 Thread Gentry, Michael \(Contractor\)
. /dev/mrg -Original Message- From: Carl Pelletier [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 2:00 PM To: users@tapestry.apache.org Subject: best development server for Tapestry hi everyone, I'm just starting a new development projet with Tapestry 4.0 and Hibernate 3.1

Re: best development server for Tapestry

2006-05-22 Thread Paul Cantrell
I've had good luck developing with Jetty 6. Unlike Tomcat, it's quite easy to set up an "ant jetty" target which launches a server, then just kill the process and run ant again for the next dev cycle. Tomcat's hot deploy ought to make this easy, but I've had too many resource leak, out of m

best development server for Tapestry

2006-05-22 Thread Carl Pelletier
hi everyone, I'm just starting a new development projet with Tapestry 4.0 and Hibernate 3.1. I'm looking for the best local server to install on my computer to make my development. here are the important point for me: 1- Must be easy to install 2- Easy to deploy with ant and Eclipse. 3- Quick