I ‘ported’ my Java web application from Tomcat to Jetty. Like any web application, I defined a ‘welcome file’ in the application’s web.xml file. The welcome-file directive specifies the URL to be loaded by default when someone requests the root of your application. The welcome file may be just a file or a JSP, e.g. [...]
Jetty 6 welcome file: how to use a servlet to handle your welcome file
November 21st, 2008 No Comments
Tags: Java · jetty · servlet · web.xml · welcome-file