Hi!

Make sure you have tapestry.production-mode=true set in one of your
tapestry modules, or set in the system properties section in your pom.xml.

Execution mode only specifies a list of additional tapestry modules
(usually just one) for runtime configuration.

On Wed, Nov 28, 2018 at 6:12 AM Qbyte Consulting <qbyteconsult...@gmail.com>
wrote:

> I’m finding resources are not dynamically reloading. Jetty config below,
> what do I need to do?
>
>
> <plugin>
>                                 <groupId>org.eclipse.jetty</groupId>
>                                 <artifactId>jetty-maven-plugin</artifactId>
>                                 <version>9.2.0.M0</version>
>                                 <configuration>
>                                         <httpConnector>
>                                                 <port>9095</port>
>                                         </httpConnector>
>                                         <systemProperties>
>                                                 <systemProperty>
>
> <name>tapestry.execution-mode</name>
>
> <value>development</value>
>                                                 </systemProperty>
>                                                 <systemProperty>
>
> <name>version</name>
>
> <value>${project.version}</value>
>                                                 </systemProperty>
>                                         </systemProperties>
>                                 </configuration>
>                         </plugin>
>
>
>
> Sent from my iPhone
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

-- 
Dmitry Gusev

AnjLab Team
http://anjlab.com

Reply via email to