Hi Mike,

copying the changed files to generated-webapp and restarting jetty worked
for me.

In our jetty config, we set the scan interval to 0 and hence it never scans
for files changes.

Also, our jetty version is too old 6.1.26 while the latest is 9.2.*

from the [docs]

"As of Jetty 6.2.0pre0 a new feature to control webapp redeployment will be
available. The configuration parameter is:
<reload>[manual|automatic]</reload> When set to manual, no automatic
scanning and redeployment of the webapp is done. Rather, the user can
control when the webapp is reloaded by tapping the carriage return key. Set
to automatic the scanning and automatic redeployment is performed at
intervals controlled by the scanIntervalSeconds parameter. The choice of
reloading paradigm can also be configured on the command line by use of the
-Djetty.reload system parameter. For example: "mvn -Djetty.reload=manual
jetty:run" would force manual reloading, regardless of what is configured
in the project pom. Similarly: "mvn -Djetty.reload=automatic
-Djetty.scanIntervalSeconds=10 jetty:run" will force automatic background
reloading with a sweep every 10 seconds, regardless of the configuration in
the project pom."


[docs] http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin



On Sat, Aug 9, 2014 at 3:16 PM, Rohit Yadav <rohit.ya...@shapeblue.com>
wrote:

> Hi Mike,
>
> On 09-Aug-2014, at 8:02 am, Mike Tutkowski <mike.tutkow...@solidfire.com>
> wrote:
>
> > Hi,
> >
> > When you change a JavaScript file for the GUI, is there a fast way to
> > update the management server with this file short of having to rebuild
> the
> > entire codebase?
>
> Fastest way? How about edit in browser itself?
>
> Add stubs/new JS/CSS etc. files in the repo, do a clean install on the
> client project, run mgmt server.
>
> Open up Chrome, open developer tools -> sources, make sure you’ve the
> console open too.
> Edit JS files, save it; it will say something on the console like
> “Recompilation and update succeeded”.
> For tinkering purposes, you can use inspect elements; add break points, do
> resource/performance monitoring/benchmarking/optimizations etc.
>
> Now, iterate until you’ve a solution; copy stuff from the JS files
> (Chrome) to the source files in the repository.
> Hope this helps.
>
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +41 779015219 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>



-- 
~Rajani

Reply via email to