in server.xml (conf directory)
add your context as the root context

          <Context path="/"
                 docBase="webapps/yourcontext"
                 crossContext="false"
                 debug="0"
                 reloadable="true" >
        </Context>

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
-----Original Message-----
From: Chris Huisman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 4:21 PM
To: '[EMAIL PROTECTED]'
Subject: default page


I would like to have the login page of my webapp show up when the user
enters the url http://localhost (or whatever the machine name is).  I would
also like the login page to appear when the user types in
http://localhost/web-app-name .  I am able to do this using Tomcat 3.1, but
I need to do it in 3.2 as well.
Any suggestions would be helpful.
Thank you


Chris Huisman   B.Sc. Specialization in Computing Science
mailto:[EMAIL PROTECTED]
Software Developer                          http://www.matrikon.com
Matrikon                                            Phone: (780) 448-1010
(ext. 4601)
Suite 1800 10405 Jasper Avenue          Fax: (780) 448-9191
Edmonton, Alberta, Canada, T5J 3N4

Reply via email to