Noob here as far as uploading my first jsp site to ftp.
So I copied all files to public_html.
It’s still pointing to index.html as the home page.
Do I have to delete index.html?
Is there a delay on seeing results on this?
I restarted shared tomcat via cpanel and it gave me a HTTP Status 404.
Do I have to contact hosting?
Any help would be great. Thanks!!!
it’s the server configuration that prefers index.html over indes.jsp. I would suggest leaving an empty index.html (in case the server settings is reset and the browsing mode is on, the users would still not be able to see the contents of your directory) and looking for a server setting where you could specify index.jsp as a default site. You can also make a permanent redirect from index.html to index.jsp.