Cods could create a default index.html page that says something like "java site is ready to go!" just to ensure all the internet plumbing is setup the right way.
The downside is we'd probably want to remove this page when deploying the application as we would want to route requests to / and not see the default index.html page.
Cods could create a default index.html page that says something like "java site is ready to go!" just to ensure all the internet plumbing is setup the right way.
The downside is we'd probably want to remove this page when deploying the application as we would want to route requests to
/and not see the default index.html page.