I'm using tomcat 6.0.18 and using Idea standard run configuration for a war
exploded with tomcat.
I though the live reloading was app server agnostic.
The classes are compiled to projectname/target/classes
Idea by default even though it runs war exploded it does copy everything
inside the target.
I'm gonna try changing the output folder.
Does that mean that for live reloading to work compiled classes need to be
inside the sources at
mavenProject/src/main/webapp/WEB-INF/classes ?

2010/2/21 Piero Sartini <li...@pierosartini.de>

> > .tml changes work fine, is the java changes that never get reloaded even
> > after compiling. When running from maven from the console it works fine,
> but
> > when running from intellij from a running config it can only pick up
> regular
> > hot swapable changes that are in packages not watched by tapestry.
> > We have all our pages and components in src/main/resources, following the
> > maven standard layout.
> > What's interesting is that regular method body changes that are usually
> hot
> > swapable don't work either.
>
> Do you start your app with the maven goal jetty:run inside idea? Or do
> you use the jetty plugin?
> You need to make sure that your classes are compiled to the right
> directory - you can set this in the module settings.
> IDEA needs to be configured to compile to WEB-INF/classes of the
> exploded war directory.
>
>         Piero
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
Raul Raja

Reply via email to