zhyh1105 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

add a option to let source scanner scan WEB-INF folder #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Like hibernate.cfg.xml , applicationContext*.xml , web.xml ...etc

It might be good if we could detect those xml files and restart ,
of course it will be a config.

Any ideas or any configuration pattern want to be list on this?

Original issue reported on code.google.com by tonylovejava on 29 Jun 2011 at 7:18

GoogleCodeExporter commented 9 years ago
Also ZK's zk.xml.  ;)

Original comment by tonylovejava on 29 Jun 2011 at 7:18

GoogleCodeExporter commented 9 years ago
If the file is in classpath and not in jar file , 
it's already included in current implementation.

We are shotting those config in  WEB-INF. ;)

Original comment by tonylovejava on 29 Jun 2011 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 30 Jun 2011 at 1:34

GoogleCodeExporter commented 9 years ago
I decide to add a option to scan "WEB-INF" folder , since almost all system 
config is placed here.

That means when you change any file in the folder , it will restart the server.

Ready since 2011/7/6 ,commited in r211 and bootstrap in r207

Original comment by tonylovejava on 6 Jul 2011 at 9:51

GoogleCodeExporter commented 9 years ago
Default value is ture.

Original comment by tonylovejava on 6 Jul 2011 at 11:12