java - changing generated tomcat jsp files -


i'd testing on jasper generated jsp files (not original jsp webapp), edited java files contained in tomcat/work/catalina/localhost/mywebapp , recompiled them on own.

but every time when restart tomcat, jasper recompiles jsp webapp , overwrites changes. tried editing generated files after server has started, tomcat still recompiles them originals. suspect tomcat somehow detecting if original , generated files in sync. there way disable that?

this should not happen if have not made changes jsp in webapps. jsps monitored tomcat updates , recompiled if date on jsp after date on it's compiled .class file. exception when hot code replacement configured server.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -