Caldarale, Charles R wrote:
From: John McKaine [mailto:sevjob...@mail.ru]
Subject: How configure Tomcat redirect to web page instead index.htm

Is it possible to configure Tomcat server  to  my home page(no trick
with redirect on index.htm) ?

Read the servlet spec, then add whatever page names you want to the 
<welcome-file-list> in your webapp's WEB-INF/web.xml file.

or
mv home.html index.htm

.. saves you a lot of reading.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to