If you are using maven you can try something like this in the application
pom:

<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
    <reload>manual</reload>
                        </configuration>
                </plugin>
        </plugins>
</build>



On Wed, Nov 16, 2011 at 3:29 PM, Josh Kamau <joshnet2...@gmail.com> wrote:

> May be its because am using eclipse 3.7(Indigo). I can also remember making
> it work months ago.
>
> On Wed, Nov 16, 2011 at 9:26 PM, Michael Gentry <mgen...@masslight.net
> >wrote:
>
> > On Wed, Nov 16, 2011 at 1:08 PM, derkoe
> > <tapestry.christian.koeb...@gmail.com> wrote:
> > > I think live reloading doesn't work when starting with "mvn jetty:run"
> >
> > That's almost always how I start Jetty (with T5) and it works fine,
> > including live class-reloading.
> >
> > mrg
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>

Reply via email to