# Make a backup of the old homepage cd /CATALINA_HOME/webapps/ROOT mv index.html index.html.bak # create a new index.html file and put the following contents in index.html file touch index.html vim index.htmland contents are
<head> <meta http-equiv="refresh" content="0;URL=your_new_default_homepage"> </head> <body> </body> </html>
No comments:
Post a Comment