I have changed my port to 80 and therefore when I enter I get the Jakarta index page. However its always the index.jsp page that is displayed.
I want to put my own html pages in the root directory so that my index.html is displayed. However I cannot make Tomcat default to display the index.html.
I have edited the web.xml file so that index.jsp is no longer there and this results in a Error 404 message being displayed.
I basically want Tomcat to run as a HTTP server and servlet container. By placing my own html files in the ROOT directory and also utilising my servlets. However cannot even get the index.html to be displayed.
Can anyone help me please?
I want to put my own html pages in the root directory so that my index.html is displayed. However I cannot make Tomcat default to display the index.html.
I have edited the web.xml file so that index.jsp is no longer there and this results in a Error 404 message being displayed.
I basically want Tomcat to run as a HTTP server and servlet container. By placing my own html files in the ROOT directory and also utilising my servlets. However cannot even get the index.html to be displayed.
Can anyone help me please?