i have war file called root.war
uploaded tomcat
few days back. there have few "public" html pages index.html, about.html etc. these pages has no connection programatic part of application, instead containing link login.jsp
.
now, need change content of index.html
, about.html
. used rebuild entire war file , re-uplaod it, can't small , iterative changes because application in use.
so, can access webapps -> root
folder in tomcat
, replace index.html? affect process of application?
you can, , work. can change jsp code. issue may have when redeploy new version of war, changes made in server ve overriden new version, better change in original tool also.
Comments
Post a Comment