I've found that during development the combination of running mvn jetty:run
and using javarebel to automagically reload the newly compiled classes makes
for an extremely fast edit/compile/test cycle - much faster than even
letting jetty do the reloading

YMMV



On Thu, Aug 7, 2008 at 1:50 AM, Johan Compagner <[EMAIL PROTECTED]>wrote:

> then you should really look around so that you can use the hotcode/swap of
> the jvm
> Tomcat shouldnt rebuild/redeploy constantly on every change in development
> thats quite annoying if you ask me
>
> If you use eclipse and you want to use tomcat use the sysdeo plugin
> else just use jetty (see our quickstart)
>
> johan
>
>
> On Thu, Aug 7, 2008 at 1:20 AM, insom <[EMAIL PROTECTED]> wrote:
>
> >
> >
> > Johan Compagner wrote:
> > >
> > > Why do you need to relogin?
> > >
> >
> > It happens whenever I change a Java file and rebuild. Even if I just
> change
> > one of the HTML files, Tomcat notices that and rebuilds. Then when I try
> to
> > navigate to a secure page in the application, I get redirected to the
> login
> > page.
> > --
> > View this message in context:
> > http://www.nabble.com/Turn-off-SWARM-tp18860819p18861491.html
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to