Replacing a website on a Tomcat Server with a static HTML website
Posted
by
Ashin Mandal
on Stack Overflow
See other posts from Stack Overflow
or by Ashin Mandal
Published on 2012-06-05T04:38:35Z
Indexed on
2012/06/05
4:40 UTC
Read the original article
Hit count: 226
I made a small static website for my client and now they want me to replace their present dynamic website with the static one. They have Ubuntu with SSH installed on the remote location. Their existing website is running on a Tomcat6 server and the site root is in "/var/lib/tomcat6/webapps/ROOT/".
My website consists of just static HTML pages. How can I reconfigure/ replace the present website with the one I made? Should I just stop the server and replace the files in the site root with my files?
© Stack Overflow or respective owner