Don't quite understand your question.

You can map a servlet to an extension so for example you can map a some
servlet to ser and then invoking the following will always invoke the
servlet:

http://host/WebAppName/ser/TestSer

The ROOT app IS the root of the server so when you type in the IP or
just the host the index.jsp from that ROOT app will be loaded.  Maybe
you want this:

<welcome-file-list>
       <welcome-file>index.jsp</welcome-file>
       <welcome-file>index.html</welcome-file>
</welcome-file-list>

d.

Tom Kochanowicz wrote:
Is there a way to may a servlet. JSP?s & html pages on Tomcat for
applications under the webapps directory so they look like they are in
the ROOT directory. That is, when the user types in the ip address ONLY
they will be brought to the index.html or index.jsp file. I looked at
the web.xml file in my WEB-INF but could not get anything to work.



TK







--
David Mossakowski
Instinet Corporation

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to