We often deploy our web app on multiple machines

Currently this is a painful process as we have to hit each page on each
machine (we run a script to do this) so the pages are compiled when the
testers test the app.

I have played around with compiling the pages one 1 machine and copying the
compiled code onto other machines.

However the pages on the other machine ignore the copied source code and
recompile.

Anyone know what I can do so I can "compile once -> deploy anywhere"?

Thanks


Reply via email to