Caldarale, Charles R wrote:
>> From: John McKaine [mailto:sevjob777@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|