Is it possible to set a servlet as the welcome page in tomcat or tomcat + apache? For example a request to http://myserver/ gets redirected to http://myserver/myservlet instead of http://myserver/index.html or something like that. I've tried setting the welcome-file attribute in the web.xml and the DirectoryIndex in httpd.conf and neither seem to do the trick. Is there some restriction on setting a servlet or some other non-physical document as the welcome/directory index? Many thanks, -Jamey
