display default servlet

2002-11-19 Thread Anderson, M. Paul
I tried to search the archive but wasn't even sure what to search for and ended up with TMI... I currently have a servlet that is, and probably will be, the only web application on my server and I would like it to display when the user types in the www.whatever.com email address rather then the

Re: display default servlet

2002-11-19 Thread Becky Phaneuf
Hi Paul, The easiest way to do this is have your index.jsp/index.html page redirect to the servlet. META HTTP-EQUIV=Refresh CONTENT=0; URL=http://www.xyz.com/MyServlet/MyServletMappedName/; -B [EMAIL PROTECTED] 11/19/02 11:44AM I tried to search the archive but wasn't even sure what to