Change your ROOT index.jsp to redirect to the servlet. Or you can map "ALL" ROOT requests to go to the servlet. Not sure the latter is something you want.
On 6/19/06, Leonel <[EMAIL PROTECTED]> wrote:
Hello I'm trying to make a Servlet act as a Index page when I request the url http://server/ how can I tell tomcat to execute the servlet I want it works when I request http://server/servlet but I don't want to issue the servlet name on the url thanks -- Leonel --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Marc Farrow