Caldarale, Charles R wrote:
From: John McKaine [mailto:[email protected]]
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to