Re: jetty hot deployment

2009-08-09 Thread John Armstrong
I use JavaRebel in my dev environment and its solved almost all of my hot-swap issues. I recommend it highly. John- On Sun, Aug 9, 2009 at 2:45 AM, Martijn Dashorstmartijn.dasho...@gmail.com wrote: You need to start the Start class using the debugger. Then it works with hot swap. Martijn

RE: jetty hot deployment

2009-08-09 Thread Russell Simpkins
What do you use for a dev environment? I tried to get that working in a jboss env with no luck. JavaRebel sounded pretty cool. I was bummed it didn't work. Russ Date: Sun, 9 Aug 2009 09:17:06 -0700 Subject: Re: jetty hot deployment From: siber

Re: jetty hot deployment

2009-08-09 Thread John Armstrong
was bummed it didn't work. Russ Date: Sun, 9 Aug 2009 09:17:06 -0700 Subject: Re: jetty hot deployment From: siber...@siberian.org To: users@wicket.apache.org I use JavaRebel in my dev environment and its solved almost all of my hot-swap issues. I

Re: jetty hot deployment

2009-08-08 Thread Martin Makundi
Hi! My jetty works like that by default, all I need is web-xml: context-param param-nameconfiguration/param-name param-valuedevelopment/param-value /context-param Development mode scans, deployment mode doesn't. AND better even to run in DEBUG mode (=eclipse) and

Re: jetty hot deployment

2009-08-08 Thread Johannes Schneider
Hi, I strongly suggest starting Jetty using Maven mvn jetty:run I add the following configuration build plugins plugin groupIdorg.mortbay.jetty/groupId artifactIdmaven-jetty-plugin/artifactId configuration scanIntervalSeconds1/scanIntervalSeconds

Re: jetty hot deployment

2009-08-08 Thread Anantha Kumaran
hi johannes i tried using mvn jetty:run but i am getting the following error Configuring Jetty for project: jqms Webapp source directory = E:\Netbeans\MyProjects\maven\jqms\src\main\webapp Reload Mechanic: automatic web.xml file = E:\Netbeans\MyProjects\maven\jqms\src\main\webapp\WEB-INF\web.xml