Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: Servlet as Welcome File doesn't work

Rainer Stransky

2003-12-01

Replies:

edit the $CATALINA_HOME/ROOT/WEB-INF/web.xml if you want the "root"
application to show an custom welcome-file

and put
<welcome-file-list>
  <welcome-file>myFile.jsp</welcome-file>
</welcome-file-list>
to the <web-app> tag.


This works on my tomcat 5.0

Rainer
--
--------------------------------------------------------------------------
Software Factory GmbH               mailto:Rainer.Stransky@(protected)
Panoramastr. 47, 73084 Salach         phone : +49 7162 460592
o technical software development       fax   : +49 7162 460593
o system engineering               mobile : +49 172 6714084
o consulting                    www   : http://www.so-fa.de
--------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.