HTML Hot-Deployment

26 views
Skip to first unread message

Victor Dolirio Ferreira Barbosa

unread,
Apr 29, 2014, 3:59:37 PM4/29/14
to wicke...@googlegroups.com
Hello everybody,

Currently I'm developing a Wicket project in Intellij but not using this plugin.
My problem is that Intellij can't update html files as in Hot Deployment. Its an annoying problem be forced to restart application everytime a html have been modified.

I'm wondering if this plugin helps with that. I know that it don't have to much to do with plugins but certainly it would be nice to provide this.

I'm looking forward to any help...

[]s

Minas Manthos

unread,
Apr 29, 2014, 5:33:54 PM4/29/14
to wicke...@googlegroups.com
Hello

Hot deploy of html files works out of the box (nothing to do with IDEA or the plugin). 

A shot in the dark:
-make sure that after changing a html file, the resources gets updated (make your project with Ctrl+F9)
-in a default wicket application, resource reloading (hot deploy) is only enabled in development mode, in deployment mode it's disabled. 
   see also org.apache.wicket.Application#getConfigurationType and org.apache.wicket.settings.IResourceSettings#getResourcePollFrequency
-maybe there are something else prevent you from hot deploy (your browser, app server etc..). 

How ever... I've tried with wicket quickstart and hot deploy worked as expected, so something in your configuration or your environment prevents you from hot deploy.

To answer your question: The plugin does nothing regarding to hot deploy.

Regards
Minas.
Reply all
Reply to author
Forward
0 new messages